]> err.no Git - linux-2.6/commitdiff
x86: make command_line static in setup_64.c
authorThomas Gleixner <tglx@linutronix.de>
Mon, 12 May 2008 13:43:37 +0000 (15:43 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 06:58:27 +0000 (08:58 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_64.c

index 341230db74e1d20256ea79256c3cb0c54393a943..78c1be69c6d3766ba652267169cb4ba9a5b0fcfc 100644 (file)
@@ -119,7 +119,7 @@ EXPORT_SYMBOL_GPL(edid_info);
 
 extern int root_mountflags;
 
-char __initdata command_line[COMMAND_LINE_SIZE];
+static char __initdata command_line[COMMAND_LINE_SIZE];
 
 static struct resource standard_io_resources[] = {
        { .name = "dma1", .start = 0x00, .end = 0x1f,