diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/genhd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 589830aca99d..4cf25a5f4159 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -365,6 +365,7 @@ static inline void free_part_stats(struct hd_struct *part) | |||
365 | 365 | ||
366 | /* drivers/block/ll_rw_blk.c */ | 366 | /* drivers/block/ll_rw_blk.c */ |
367 | extern void disk_round_stats(struct gendisk *disk); | 367 | extern void disk_round_stats(struct gendisk *disk); |
368 | extern void part_round_stats(struct hd_struct *part); | ||
368 | 369 | ||
369 | /* drivers/block/genhd.c */ | 370 | /* drivers/block/genhd.c */ |
370 | extern int get_blkdev_list(char *, int); | 371 | extern int get_blkdev_list(char *, int); |