diff options
| author | Andrew Morton <akpm@osdl.org> | 2005-01-04 05:33:47 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-04 05:33:47 -0800 |
| commit | eed6b962a0c41e5e89c7c767a961b30047b5464f (patch) | |
| tree | 3a64ac23eb70200188223de821d0717e04b4f67f /include | |
| parent | 0690150464d6fb8d64c8e0cbaa02d8569043e24d (diff) | |
[PATCH] get_blkdev_list() cleanup
- Move prototype to genhd.h
- It is only needed for /proc
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -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 ddde66abea1b..fc15d63f9947 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -218,6 +218,7 @@ static inline void free_disk_stats(struct gendisk *disk) extern void disk_round_stats(struct gendisk *disk); /* drivers/block/genhd.c */ +extern int get_blkdev_list(char *); extern void add_disk(struct gendisk *disk); extern void del_gendisk(struct gendisk *gp); extern void unlink_gendisk(struct gendisk *gp); |
