Skip to content

Commit

Permalink
base/node: Remove duplicated include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
GUO Zihua authored and Greg Kroah-Hartman committed Aug 12, 2023
1 parent 0ce7c12 commit 7f0718e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/base/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f0718e

Please sign in to comment.