diff options
author | Matthew Wilcox <willy@infradead.org> | 2023-01-31 05:01:32 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-31 09:21:50 -0700 |
commit | 2d97930d74b12467fd5f48d8560e48c1cf5edcb1 (patch) | |
tree | 4c039bf8ed4d72abeb57894fc861d992c543047c /include/linux/bvec.h | |
parent | 48a9051980242128f844defe44c7e83217f79872 (diff) |
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) <willy@infradead.org>
Link: https://lore.kernel.org/r/20230131050132.2627124-1-willy@infradead.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bvec.h')
-rw-r--r-- | include/linux/bvec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bvec.h b/include/linux/bvec.h index 35c25dff651a..7939b345ee7f 100644 --- a/include/linux/bvec.h +++ b/include/linux/bvec.h @@ -12,7 +12,6 @@ #include <linux/errno.h> #include <linux/limits.h> #include <linux/minmax.h> -#include <linux/mm.h> #include <linux/types.h> struct page; |