[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202211081953176181859@zte.com.cn>
Date: Tue, 8 Nov 2022 19:53:17 +0800 (CST)
From: <yang.yang29@....com.cn>
To: <rafael@...nel.org>
Cc: <linux-kernel@...r.kernel.org>, <xu.panda668@...il.com>
Subject: [PATCH linux-next] drivers/base/node: remove duplicated included linux/hugetlb.h
From: Xu Panda <xu.panda@....com.cn>
The linux/hugetlb.h is included more than once.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Xu Panda <xu.panda@....com.cn>
Signed-off-by: Yang Yang <yang.yang29@....com>
---
drivers/base/node.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/base/node.c b/drivers/base/node.c
index faf3597a96da..4306611ac092 100644
--- a/drivers/base/node.c
+++ b/drivers/base/node.c
@@ -20,7 +20,6 @@
#include <linux/pm_runtime.h>
#include <linux/swap.h>
#include <linux/slab.h>
-#include <linux/hugetlb.h>
static struct bus_type node_subsys = {
.name = "node",
--
2.15.2
Powered by blists - more mailing lists