Commit 83a3e44d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] init/main.c trivial cleanups

From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

- remove unused "rows" and "cols"
- change the 2 variable to static
parent e8640dfa
......@@ -108,9 +108,7 @@ extern void time_init(void);
void (*late_time_init)(void) = NULL;
extern void softirq_init(void);
int rows, cols;
char *execute_command;
static char *execute_command;
/* Setup configured maximum number of CPUs to activate */
static unsigned int max_cpus = NR_CPUS;
......@@ -474,7 +472,7 @@ asmlinkage void __init start_kernel(void)
rest_init();
}
int __initdata initcall_debug;
static int __initdata initcall_debug;
static int __init initcall_debug_setup(char *str)
{
......
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