aboutsummaryrefslogtreecommitdiffstats
path: root/mm/highmem.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-09-20 14:33:15 +0200
committerJens Axboe <axboe@kernel.dk>2021-10-18 06:17:01 -0600
commit518d55051a8c368f1ba8ba1bed837a582f27a584 (patch)
tree7fc28774f443b5545fd89ff1550f0d9dcf8d46d2 /mm/highmem.c
parentmm: don't include <linux/blkdev.h> in <linux/backing-dev.h> (diff)
downloadlinux-dev-518d55051a8c368f1ba8ba1bed837a582f27a584.tar.xz
linux-dev-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 <hch@lst.de> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20210920123328.1399408-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm/highmem.c')
-rw-r--r--mm/highmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/highmem.c b/mm/highmem.c
index 4212ad0e4a19..471d9779a7f4 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -23,7 +23,6 @@
#include <linux/bio.h>
#include <linux/pagemap.h>
#include <linux/mempool.h>
-#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/hash.h>
#include <linux/highmem.h>