aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts_md.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-05-23 13:04:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-24 09:56:09 -0700
commit03de250a269bfa8e6a9e6ccb4a1dbce19dae8a61 (patch)
tree9829b363599187fefab9ddc31be014075b474d12 /init/do_mounts_md.c
parentmd: fix possible oops when removing a bitmap from an active array (diff)
downloadlinux-dev-03de250a269bfa8e6a9e6ccb4a1dbce19dae8a61.tar.xz
linux-dev-03de250a269bfa8e6a9e6ccb4a1dbce19dae8a61.zip
md: proper extern for mdp_major
This patch adds a proper extern for mdp_major in include/linux/raid/md.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--init/do_mounts_md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/do_mounts_md.c b/init/do_mounts_md.c
index 7473b0c59d4d..693d24694a6c 100644
--- a/init/do_mounts_md.c
+++ b/init/do_mounts_md.c
@@ -24,7 +24,6 @@ static struct {
static int md_setup_ents __initdata;
-extern int mdp_major;
/*
* Parse the command-line parameters given our kernel, but do not
* actually try to invoke the MD device now; that is handled by