aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorGravatar GUO Zihua <guozihua@huawei.com> 2023-08-10 20:00:08 +0800
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2023-08-12 13:00:56 +0200
commit7f0718eda1b3c85ba7874f32ce90cfb156f5967a (patch)
tree9cfe03dc275355568dd2d0231ec9fbbbc4926610 /drivers/base
parentkernfs: attach uuid for every kernfs and report it in fsid (diff)
downloadlinux-7f0718eda1b3c85ba7874f32ce90cfb156f5967a.tar.gz
linux-7f0718eda1b3c85ba7874f32ce90cfb156f5967a.tar.bz2
linux-7f0718eda1b3c85ba7874f32ce90cfb156f5967a.zip
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",