aboutsummaryrefslogtreecommitdiff
path: root/mm/readahead.c
diff options
context:
space:
mode:
authorGravatar Matthew Wilcox (Oracle) <willy@infradead.org> 2023-06-21 17:45:57 +0100
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-06-23 16:59:31 -0700
commit994ec4e29b3de188d11fe60d17403285fcc8917a (patch)
tree3957b914cd2fff3852a1664909b0b41bccc443e9 /mm/readahead.c
parentmm: remove references to pagevec (diff)
downloadlinux-994ec4e29b3de188d11fe60d17403285fcc8917a.tar.gz
linux-994ec4e29b3de188d11fe60d17403285fcc8917a.tar.bz2
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/readahead.c')
-rw-r--r--mm/readahead.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/readahead.c b/mm/readahead.c
index 47afbca1d122..a9c999aa19af 100644
--- a/mm/readahead.c
+++ b/mm/readahead.c
@@ -120,7 +120,6 @@
#include <linux/export.h>
#include <linux/backing-dev.h>
#include <linux/task_io_accounting_ops.h>
-#include <linux/pagevec.h>
#include <linux/pagemap.h>
#include <linux/psi.h>
#include <linux/syscalls.h>