mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 09:26:48 +07:00
x86: make command_line static in setup_64.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
11034d5597
commit
e0b32d768c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user