[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230810120008.25297-1-guozihua@huawei.com>
Date: Thu, 10 Aug 2023 20:00:08 +0800
From: GUO Zihua <guozihua@...wei.com>
To: <gregkh@...uxfoundation.org>, <rafael@...nel.org>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] base/node: Remove duplicated include
Remove duplicated include of linux/hugetlb.h. Resolves checkincludes
message.
Signed-off-by: GUO Zihua <guozihua@...wei.com>
---
drivers/base/node.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/base/node.c b/drivers/base/node.c
index 9de524e56307..73e31624d071 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
Powered by blists - more mailing lists