summaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorGUO Zihua <guozihua@huawei.com>2023-08-10 15:00:08 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-12 14:00:56 +0300
commit7f0718eda1b3c85ba7874f32ce90cfb156f5967a (patch)
tree9cfe03dc275355568dd2d0231ec9fbbbc4926610 /drivers/base
parent0ce7c12e88cfa3e4cb0800e8172e5befea5c199a (diff)
downloadlinux-7f0718eda1b3c85ba7874f32ce90cfb156f5967a.tar.xz
base/node: Remove duplicated include
Remove duplicated include of linux/hugetlb.h. Resolves checkincludes message. Signed-off-by: GUO Zihua <guozihua@huawei.com> Link: https://lore.kernel.org/r/20230810120008.25297-1-guozihua@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/node.c1
1 files changed, 0 insertions, 1 deletions
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",