[-mm patch] make init/do_mounts.c:root_wait static

From: Adrian Bunk
Date: Thu Jun 14 2007 - 18:18:45 EST


root_wait can become static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---
--- linux-2.6.22-rc4-mm2/init/do_mounts.c.old 2007-06-14 02:19:22.000000000 +0200
+++ linux-2.6.22-rc4-mm2/init/do_mounts.c 2007-06-14 02:19:47.000000000 +0200
@@ -25,7 +25,7 @@
int root_mountflags = MS_RDONLY | MS_SILENT;
char * __initdata root_device_name;
static char __initdata saved_root_name[64];
-int __initdata root_wait;
+static int __initdata root_wait;

dev_t ROOT_DEV;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/