aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.h
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2022-04-20 06:27:19 +0200
committerGravatar Jens Axboe <axboe@kernel.dk> 2022-05-02 14:06:20 -0600
commitc97ab271576dec2170e7b804cb05f7617b30fed9 (patch)
treeffb9c835dcca1476fa57b7ea68ce84f382e89027 /block/blk-cgroup.h
parentblk-cgroup: remove pointless CONFIG_BLOCK ifdefs (diff)
downloadlinux-c97ab271576dec2170e7b804cb05f7617b30fed9.tar.gz
linux-c97ab271576dec2170e7b804cb05f7617b30fed9.tar.bz2
linux-c97ab271576dec2170e7b804cb05f7617b30fed9.zip
blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
Remove all the includes that aren't actually needed from <linux/blk-cgroup.h> and push them to the actual source files where needed. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20220420042723.1010598-12-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-cgroup.h')
-rw-r--r--block/blk-cgroup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h
index a948f4eb0bff..62ed8ed50b6e 100644
--- a/block/blk-cgroup.h
+++ b/block/blk-cgroup.h
@@ -15,6 +15,8 @@
*/
#include <linux/blk-cgroup.h>
+#include <linux/cgroup.h>
+#include <linux/kthread.h>
#include <linux/blk-mq.h>
struct blkcg_gq;