diff options
author | GUO Zihua <guozihua@huawei.com> | 2023-08-10 14:00:08 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-12 13:00:56 +0200 |
commit | 7f0718eda1b3c85ba7874f32ce90cfb156f5967a (patch) | |
tree | 9cfe03dc275355568dd2d0231ec9fbbbc4926610 /drivers/base/node.c | |
parent | kernfs: attach uuid for every kernfs and report it in fsid (diff) | |
download | linux-7f0718eda1b3c85ba7874f32ce90cfb156f5967a.tar.xz 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/node.c')
-rw-r--r-- | drivers/base/node.c | 1 |
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", |