[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200507131608.63373-1-chenzhou10@huawei.com>
Date: Thu, 7 May 2020 21:16:08 +0800
From: Chen Zhou <chenzhou10@...wei.com>
To: <akpm@...ux-foundation.org>, <keescook@...omium.org>,
<andriy.shevchenko@...ux.intel.com>, <peterz@...radead.org>,
<gpiccoli@...onical.com>
CC: <linux-kernel@...r.kernel.org>, <chenzhou10@...wei.com>
Subject: [PATCH -next] kernel.h: remove duplicate headers
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@...wei.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
Powered by blists - more mailing lists