diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h index a06583e41f80520a1425e4231d4e201b8d0a12a7..3b609edffa8fb6527e963b8a629946366df96343 100644 --- a/include/linux/compiler-clang.h +++ b/include/linux/compiler-clang.h @@ -16,3 +16,6 @@ * with any version that can compile the kernel */ #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) + +#define randomized_struct_fields_start struct { +#define randomized_struct_fields_end };