]> Git Repo - linux.git/blobdiff - include/linux/compiler-gcc.h
deprecate the '__deprecated' attribute warnings entirely and for good
[linux.git] / include / linux / compiler-gcc.h
index 573f5a7d42d4fc9d1cbeecd6deb019d8d6b4d983..3e70b7d4e9ed41c233b9c31531f0fc44d5e63c81 100644 (file)
 #define __always_inline        inline __attribute__((always_inline))
 #define  noinline      __attribute__((noinline))
 
-#define __deprecated   __attribute__((deprecated))
 #define __packed       __attribute__((packed))
 #define __weak         __attribute__((weak))
 #define __alias(symbol)        __attribute__((alias(#symbol)))
This page took 0.032425 seconds and 4 git commands to generate.