aboutsummaryrefslogtreecommitdiff
path: root/include/linux/part_stat.h
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2021-09-20 14:33:25 +0200
committerJens Axboe <[email protected]>2021-10-18 06:17:02 -0600
commitb81e0c2372e65e5627864ba034433b64b2fc73f5 (patch)
treed2246d79fb7132f23d30480631ffb9f6c2d5d047 /include/linux/part_stat.h
parent3ab0bc78e96bd03a5096e4801550926d81b3e19d (diff)
block: drop unused includes in <linux/genhd.h>
Drop various include not actually used in genhd.h itself, and move the remaning includes closer together. 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 'include/linux/part_stat.h')
-rw-r--r--include/linux/part_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/part_stat.h b/include/linux/part_stat.h
index d2558121d48c..6f7949b2fd8d 100644
--- a/include/linux/part_stat.h
+++ b/include/linux/part_stat.h
@@ -3,6 +3,7 @@
#define _LINUX_PART_STAT_H
#include <linux/genhd.h>
+#include <asm/local.h>
struct disk_stats {
u64 nsecs[NR_STAT_GROUPS];