diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 02ae99e8e6d3..cdf13ca7cac3 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -66,6 +66,7 @@ | |||
66 | #define __deprecated __attribute__((deprecated)) | 66 | #define __deprecated __attribute__((deprecated)) |
67 | #define __packed __attribute__((packed)) | 67 | #define __packed __attribute__((packed)) |
68 | #define __weak __attribute__((weak)) | 68 | #define __weak __attribute__((weak)) |
69 | #define __alias(symbol) __attribute__((alias(#symbol))) | ||
69 | 70 | ||
70 | /* | 71 | /* |
71 | * it doesn't make sense on ARM (currently the only user of __naked) to trace | 72 | * it doesn't make sense on ARM (currently the only user of __naked) to trace |