diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-26 00:27:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 09:58:37 -0700 |
commit | 5e56341d029f0c2cf31e78dc01d4c861ba4d6a5e (patch) | |
tree | e77087a31d3d1b86c563fb4461f07ee642de280b /include/linux/raid | |
parent | c93983bf517c100a31e40ef087e19bd3d7aa2d28 (diff) | |
download | op-kernel-dev-5e56341d029f0c2cf31e78dc01d4c861ba4d6a5e.zip op-kernel-dev-5e56341d029f0c2cf31e78dc01d4c861ba4d6a5e.tar.gz |
[PATCH] md: make md_print_devices() static
This patch makes the needlessly global md_print_devices() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/md.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index 66b44e5..eb3e547 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h @@ -85,8 +85,6 @@ extern void md_done_sync(mddev_t *mddev, int blocks, int ok); extern void md_error (mddev_t *mddev, mdk_rdev_t *rdev); extern void md_unplug_mddev(mddev_t *mddev); -extern void md_print_devices (void); - extern void md_super_write(mddev_t *mddev, mdk_rdev_t *rdev, sector_t sector, int size, struct page *page); extern void md_super_wait(mddev_t *mddev); @@ -97,7 +95,5 @@ extern void md_new_event(mddev_t *mddev); extern void md_update_sb(mddev_t * mddev); -#define MD_BUG(x...) { printk("md: bug in file %s, line %d\n", __FILE__, __LINE__); md_print_devices(); } - #endif |