parisc: make command_line[] static
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
d257905323
commit
01da41b86f
|
@ -45,7 +45,7 @@
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/setup.h>
|
#include <asm/setup.h>
|
||||||
|
|
||||||
char __initdata command_line[COMMAND_LINE_SIZE];
|
static char __initdata command_line[COMMAND_LINE_SIZE];
|
||||||
|
|
||||||
/* Intended for ccio/sba/cpu statistics under /proc/bus/{runway|gsc} */
|
/* Intended for ccio/sba/cpu statistics under /proc/bus/{runway|gsc} */
|
||||||
struct proc_dir_entry * proc_runway_root __read_mostly = NULL;
|
struct proc_dir_entry * proc_runway_root __read_mostly = NULL;
|
||||||
|
|
Loading…
Reference in New Issue