[PATCH] mm: hugetlb: Remove duplicate include

From: Yihao Han
Date: Fri Sep 09 2022 - 05:15:32 EST


Fix following checkinclude.pl warning:
./drivers/base/node.c: linux/hugetlb.h is included more than once.

Signed-off-by: Yihao Han <hanyihao@xxxxxxxx>
---
drivers/base/node.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/base/node.c b/drivers/base/node.c
index 80b1e91b9608..cf115d5a9b8a 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.17.1