The '#else' clause after checking '#ifdef __KERNEL__' is empty in linux/compiler.h, so remove it.
Signed-off-by: Will Deacon <[email protected]> --- include/linux/compiler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/compiler.h b/include/linux/compiler.h index d21a823e73c6..741c93c62ecf 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -318,8 +318,6 @@ unsigned long read_word_at_a_time(const void *addr) return *(unsigned long *)addr; } -#else - #endif /* __KERNEL__ */ /* -- 2.26.2.645.ge9eca65c58-goog

