aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/genhd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index 16948eaecae3..56946b21ab78 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -336,7 +336,7 @@ static inline void part_dec_in_flight(struct hd_struct *part)
336/* drivers/block/ll_rw_blk.c */ 336/* drivers/block/ll_rw_blk.c */
337extern void part_round_stats(int cpu, struct hd_struct *part); 337extern void part_round_stats(int cpu, struct hd_struct *part);
338 338
339/* drivers/block/genhd.c */ 339/* block/genhd.c */
340extern int get_blkdev_list(char *, int); 340extern int get_blkdev_list(char *, int);
341extern void add_disk(struct gendisk *disk); 341extern void add_disk(struct gendisk *disk);
342extern void del_gendisk(struct gendisk *gp); 342extern void del_gendisk(struct gendisk *gp);