diff options
Diffstat (limited to 'include/linux/compiler-clang.h')
-rw-r--r-- | include/linux/compiler-clang.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h index d3f264a5b04d..ceb96ecab96e 100644 --- a/include/linux/compiler-clang.h +++ b/include/linux/compiler-clang.h | |||
@@ -17,9 +17,6 @@ | |||
17 | */ | 17 | */ |
18 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | 18 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) |
19 | 19 | ||
20 | #define randomized_struct_fields_start struct { | ||
21 | #define randomized_struct_fields_end }; | ||
22 | |||
23 | /* all clang versions usable with the kernel support KASAN ABI version 5 */ | 20 | /* all clang versions usable with the kernel support KASAN ABI version 5 */ |
24 | #define KASAN_ABI_VERSION 5 | 21 | #define KASAN_ABI_VERSION 5 |
25 | 22 | ||