Commit 01da41b8 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Kyle McMartin

parisc: make command_line[] static

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent d2579053
......@@ -45,7 +45,7 @@
#include <asm/io.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} */
struct proc_dir_entry * proc_runway_root __read_mostly = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment