[PATCH linux-next] drivers/base/node: remove duplicated included linux/hugetlb.h

From: yang.yang29
Date: Tue Nov 08 2022 - 06:53:35 EST


From: Xu Panda <xu.panda@xxxxxxxxxx>

The linux/hugetlb.h is included more than once.

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: Xu Panda <xu.panda@xxxxxxxxxx>
Signed-off-by: Yang Yang <yang.yang29@xxxxxxx>
---
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