From 2d97930d74b12467fd5f48d8560e48c1cf5edcb1 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Tue, 31 Jan 2023 05:01:32 +0000 Subject: [PATCH] block: Remove mm.h from bvec.h This was originally added for the definition of nth_page(), but we no longer use nth_page() in this header, so we can drop the heavyweight mm.h now. Signed-off-by: Matthew Wilcox (Oracle) Link: https://lore.kernel.org/r/20230131050132.2627124-1-willy@infradead.org Signed-off-by: Jens Axboe --- include/linux/bvec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/bvec.h b/include/linux/bvec.h index 35c25df..7939b34 100644 --- a/include/linux/bvec.h +++ b/include/linux/bvec.h @@ -12,7 +12,6 @@ #include #include #include -#include #include struct page; -- 2.7.4