diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2023-06-21 18:45:57 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-24 01:59:31 +0200 |
commit | 994ec4e29b3de188d11fe60d17403285fcc8917a (patch) | |
tree | 3957b914cd2fff3852a1664909b0b41bccc443e9 /mm/memory_hotplug.c | |
parent | mm: remove references to pagevec (diff) | |
download | linux-994ec4e29b3de188d11fe60d17403285fcc8917a.tar.xz linux-994ec4e29b3de188d11fe60d17403285fcc8917a.zip |
mm: remove unnecessary pagevec includes
These files no longer need pagevec.h, mostly due to function declarations
being moved out of it.
Link: https://lkml.kernel.org/r/20230621164557.3510324-14-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 35db4108bb15..3f231cf1b410 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -13,7 +13,6 @@ #include <linux/pagemap.h> #include <linux/compiler.h> #include <linux/export.h> -#include <linux/pagevec.h> #include <linux/writeback.h> #include <linux/slab.h> #include <linux/sysctl.h> |