[PATCH v5 18/18] linux/compiler.h: Remove redundant '#else'
From: Will Deacon
Date: Mon May 11 2020 - 16:43:07 EST
The '#else' clause after checking '#ifdef __KERNEL__' is empty in
linux/compiler.h, so remove it.
Signed-off-by: Will Deacon <will@xxxxxxxxxx>
---
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