diff options
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 341230db74e1..78c1be69c6d3 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -119,7 +119,7 @@ EXPORT_SYMBOL_GPL(edid_info); | |||
119 | 119 | ||
120 | extern int root_mountflags; | 120 | extern int root_mountflags; |
121 | 121 | ||
122 | char __initdata command_line[COMMAND_LINE_SIZE]; | 122 | static char __initdata command_line[COMMAND_LINE_SIZE]; |
123 | 123 | ||
124 | static struct resource standard_io_resources[] = { | 124 | static struct resource standard_io_resources[] = { |
125 | { .name = "dma1", .start = 0x00, .end = 0x1f, | 125 | { .name = "dma1", .start = 0x00, .end = 0x1f, |