summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeilBrown2006-01-06 09:20:43 +0100
committerLinus Torvalds2006-01-06 17:34:07 +0100
commit2989ddbd6e1d9638a188311b896362c4bf7b7c25 (patch)
tree6dd1adb19cdff7135aadb96a309e55aed59e8be9 /include
parent[PATCH] md: fix typo in comment (diff)
downloadkernel-qcow2-linux-2989ddbd6e1d9638a188311b896362c4bf7b7c25.tar.gz
kernel-qcow2-linux-2989ddbd6e1d9638a188311b896362c4bf7b7c25.tar.xz
kernel-qcow2-linux-2989ddbd6e1d9638a188311b896362c4bf7b7c25.zip
[PATCH] md: make a couple of names in md.c static
.. because they aren't used outside md.c 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')
-rw-r--r--include/linux/raid/md_k.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 12b3203e3419..0fb5af6d622d 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -263,8 +263,6 @@ static inline char * mdname (mddev_t * mddev)
return mddev->gendisk ? mddev->gendisk->disk_name : "mdX";
}
-extern mdk_rdev_t * find_rdev_nr(mddev_t *mddev, int nr);
-
/*
* iterates through some rdev ringlist. It's safe to remove the
* current 'rdev'. Dont touch 'tmp' though.