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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
GUO Zihua authored and gregkh 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.