projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce7c12
)
base/node: Remove duplicated include
author
GUO Zihua
<guozihua@huawei.com>
Thu, 10 Aug 2023 12:00:08 +0000
(20:00 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 12 Aug 2023 11:00:56 +0000
(13:00 +0200)
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>
drivers/base/node.c
patch
|
blob
|
history
diff --git
a/drivers/base/node.c
b/drivers/base/node.c
index
9de524e
..
73e3162
100644
(file)
--- 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",