diff options
author | zhouchuangao <[email protected]> | 2021-04-29 23:01:39 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-04-30 11:20:43 -0700 |
commit | 8f709dbdf9ff13da19d3154b3248e063364a53d5 (patch) | |
tree | 54c9ba77304463652f5a3bd0caf2a99610b18da4 | |
parent | 39ddb991fc45abcdcddbec7fcdfe28795d0133d7 (diff) |
mm/page_alloc: duplicate include linux/vmalloc.h
linux/vmalloc.h is repeatedly in the file page_alloc.c
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: zhouchuangao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 3bced8e0dd95..8b24b69d55ef 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -72,8 +72,6 @@ #include <linux/padata.h> #include <linux/khugepaged.h> #include <linux/buffer_head.h> -#include <linux/vmalloc.h> - #include <asm/sections.h> #include <asm/tlbflush.h> #include <asm/div64.h> |