diff options
| author | Christoph Hellwig <[email protected]> | 2021-09-20 12:33:15 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2021-10-18 12:17:01 +0000 |
| commit | 518d55051a8c368f1ba8ba1bed837a582f27a584 (patch) | |
| tree | 7fc28774f443b5545fd89ff1550f0d9dcf8d46d2 /mm/filemap.c | |
| parent | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> (diff) | |
| download | kernel-518d55051a8c368f1ba8ba1bed837a582f27a584.tar.gz kernel-518d55051a8c368f1ba8ba1bed837a582f27a584.zip | |
mm: remove spurious blkdev.h includes
Various files have acquired spurious includes of <linux/blkdev.h> over
time. Remove them.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'mm/filemap.c')
| -rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index dae481293b5d..44b4b551e430 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -30,7 +30,6 @@ #include <linux/writeback.h> #include <linux/backing-dev.h> #include <linux/pagevec.h> -#include <linux/blkdev.h> #include <linux/security.h> #include <linux/cpuset.h> #include <linux/hugetlb.h> |
