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 0444b1336268..fddd1a5eb322 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -116,6 +116,7 @@ | |||
116 | */ | 116 | */ |
117 | #define __pure __attribute__((pure)) | 117 | #define __pure __attribute__((pure)) |
118 | #define __aligned(x) __attribute__((aligned(x))) | 118 | #define __aligned(x) __attribute__((aligned(x))) |
119 | #define __aligned_largest __attribute__((aligned)) | ||
119 | #define __printf(a, b) __attribute__((format(printf, a, b))) | 120 | #define __printf(a, b) __attribute__((format(printf, a, b))) |
120 | #define __scanf(a, b) __attribute__((format(scanf, a, b))) | 121 | #define __scanf(a, b) __attribute__((format(scanf, a, b))) |
121 | #define __attribute_const__ __attribute__((__const__)) | 122 | #define __attribute_const__ __attribute__((__const__)) |