public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] kernel.h: remove duplicate headers
@ 2020-05-07 13:16 Chen Zhou
  2020-05-07 13:36 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Zhou @ 2020-05-07 13:16 UTC (permalink / raw)
  To: akpm, keescook, andriy.shevchenko, peterz, gpiccoli
  Cc: linux-kernel, chenzhou10

Remove duplicate headers which are included twice.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
---
 include/linux/kernel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 04a5885cec1b..12fe1afebfd9 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -17,7 +17,6 @@
 #include <asm/byteorder.h>
 #include <asm/div64.h>
 #include <uapi/linux/kernel.h>
-#include <asm/div64.h>
 
 #define STACK_MAGIC	0xdeadbeef
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07 13:16 [PATCH -next] kernel.h: remove duplicate headers Chen Zhou
2020-05-07 13:36 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox