diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-20 15:33:17 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-18 15:17:01 +0300 |
commit | 545c6647d2d9f3bf8a086d5ff47fb85e5c5dca28 (patch) | |
tree | 0fe951a720110bf6c5f6d84387684021e48be30d /kernel/acct.c | |
parent | dcbfa221b57b6ddf794c6dfc3fd7813ede368052 (diff) | |
download | linux-545c6647d2d9f3bf8a086d5ff47fb85e5c5dca28.tar.xz |
kernel: 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-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel/acct.c')
-rw-r--r-- | kernel/acct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index 23a7ab8e6cbc..3df53cf1dcd5 100644 --- a/kernel/acct.c +++ b/kernel/acct.c @@ -60,7 +60,6 @@ #include <linux/sched/cputime.h> #include <asm/div64.h> -#include <linux/blkdev.h> /* sector_div */ #include <linux/pid_namespace.h> #include <linux/fs_pin.h> |