From: OGAWA Hirofumi - remove unused "rows" and "cols" - change the 2 variable to static init/main.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff -puN init/main.c~main_c-cleanups init/main.c --- 25/init/main.c~main_c-cleanups 2003-12-21 22:17:54.000000000 -0800 +++ 25-akpm/init/main.c 2003-12-21 22:17:54.000000000 -0800 @@ -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) { _