summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-25 19:46:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-26 12:00:12 -0700
commitf56f6d30c75984d0aba2656eaeb35f3806395191 (patch)
treee33a35337b04f0e7bd8cd58593f49369818084ea /init/do_mounts.h
parent9580d85f9cdb076c4bfb467bc6c0d3c5e499957a (diff)
downloadlinux-f56f6d30c75984d0aba2656eaeb35f3806395191.tar.gz
linux-f56f6d30c75984d0aba2656eaeb35f3806395191.tar.xz
make init/do_mounts.c:root_device_name static
This patch makes the needlessly global root_device_name static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts.h')
-rw-r--r--init/do_mounts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/do_mounts.h b/init/do_mounts.h
index 735705d137ff..9aa968d54329 100644
--- a/init/do_mounts.h
+++ b/init/do_mounts.h
@@ -11,7 +11,6 @@ void change_floppy(char *fmt, ...);
void mount_block_root(char *name, int flags);
void mount_root(void);
extern int root_mountflags;
-extern char *root_device_name;
static inline int create_dev(char *name, dev_t dev)
{