diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-20 14:33:13 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-18 14:17:01 +0200 |
commit | e41d12f539f7c8bac9b0897031fee6cc9158a6be (patch) | |
tree | 02d974e5bd31c6de8fef539241eff8ca5be32ad9 /arch/powerpc/platforms/cell/spufs/inode.c | |
parent | mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> (diff) | |
download | linux-e41d12f539f7c8bac9b0897031fee6cc9158a6be.tar.xz linux-e41d12f539f7c8bac9b0897031fee6cc9158a6be.zip |
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
There is no need to pull blk-cgroup.h and thus blkdev.h in here, so
break the include chain.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/inode.c')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index bed05b644c2c..cb25acccd746 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c @@ -21,6 +21,7 @@ #include <linux/namei.h> #include <linux/pagemap.h> #include <linux/poll.h> +#include <linux/seq_file.h> #include <linux/slab.h> #include <asm/prom.h> |