Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch: 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-6-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Christoph Hellwig and committed by
Jens Axboe
dcbfa221 518d5505

-4
-1
arch/mips/rb532/prom.c
··· 16 16 #include <linux/console.h> 17 17 #include <linux/memblock.h> 18 18 #include <linux/ioport.h> 19 - #include <linux/blkdev.h> 20 19 21 20 #include <asm/bootinfo.h> 22 21 #include <asm/mach-rc32434/ddr.h>
-1
arch/mips/sibyte/common/cfe.c
··· 7 7 #include <linux/kernel.h> 8 8 #include <linux/linkage.h> 9 9 #include <linux/mm.h> 10 - #include <linux/blkdev.h> 11 10 #include <linux/memblock.h> 12 11 #include <linux/pm.h> 13 12 #include <linux/smp.h>
-1
arch/mips/sibyte/swarm/setup.c
··· 11 11 #include <linux/spinlock.h> 12 12 #include <linux/mm.h> 13 13 #include <linux/memblock.h> 14 - #include <linux/blkdev.h> 15 14 #include <linux/init.h> 16 15 #include <linux/kernel.h> 17 16 #include <linux/screen_info.h>
-1
arch/openrisc/mm/init.c
··· 25 25 #include <linux/memblock.h> 26 26 #include <linux/init.h> 27 27 #include <linux/delay.h> 28 - #include <linux/blkdev.h> /* for initrd_* */ 29 28 #include <linux/pagemap.h> 30 29 31 30 #include <asm/pgalloc.h>