From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
- remove unused "rows" and "cols"
- change the 2 variable to static
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;
rest_init();
}
-int __initdata initcall_debug;
+static int __initdata initcall_debug;
static int __init initcall_debug_setup(char *str)
{