[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200511204150.27858-19-will@kernel.org>
Date: Mon, 11 May 2020 21:41:50 +0100
From: Will Deacon <will@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: elver@...gle.com, tglx@...utronix.de, paulmck@...nel.org,
mingo@...nel.org, peterz@...radead.org, will@...nel.org
Subject: [PATCH v5 18/18] linux/compiler.h: Remove redundant '#else'
The '#else' clause after checking '#ifdef __KERNEL__' is empty in
linux/compiler.h, so remove it.
Signed-off-by: Will Deacon <will@...nel.org>
---
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
Powered by blists - more mailing lists