From: Matthew Wilcox (Oracle) Date: Thu, 15 Dec 2022 21:43:56 +0000 (+0000) Subject: page_io: remove buffer_head include X-Git-Tag: v6.3-rc1~113^2~484 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c10d91194d5d630a0befc7bc116aba3cfda8a226;p=thirdparty%2Fkernel%2Flinux.git page_io: remove buffer_head include page_io never uses buffer_heads to do I/O. Link: https://lkml.kernel.org/r/20221215214402.3522366-7-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Jan Kara Signed-off-by: Andrew Morton --- diff --git a/mm/page_io.c b/mm/page_io.c index 3a5f921b932e8..905d9fcc0c969 100644 --- a/mm/page_io.c +++ b/mm/page_io.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include