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>
This commit is contained in:
committed by
Linus Torvalds
parent
9580d85f9c
commit
f56f6d30c7
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user