diff options
| author | Christoph Hellwig <[email protected]> | 2021-09-20 12:33:16 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2021-10-18 12:17:01 +0000 |
| commit | dcbfa221b57b6ddf794c6dfc3fd7813ede368052 (patch) | |
| tree | deb39655f4d7e80200c27ea3dc7d7bb004101a25 /arch/openrisc/mm/init.c | |
| parent | mm: remove spurious blkdev.h includes (diff) | |
| download | kernel-dcbfa221b57b6ddf794c6dfc3fd7813ede368052.tar.gz kernel-dcbfa221b57b6ddf794c6dfc3fd7813ede368052.zip | |
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 <[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 'arch/openrisc/mm/init.c')
| -rw-r--r-- | arch/openrisc/mm/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/mm/init.c b/arch/openrisc/mm/init.c index cfef61a7b6c2..97305bde1b16 100644 --- a/arch/openrisc/mm/init.c +++ b/arch/openrisc/mm/init.c @@ -25,7 +25,6 @@ #include <linux/memblock.h> #include <linux/init.h> #include <linux/delay.h> -#include <linux/blkdev.h> /* for initrd_* */ #include <linux/pagemap.h> #include <asm/pgalloc.h> |
