hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/kernel/setup_no.c
....@@ -27,7 +27,6 @@
2727 #include <linux/console.h>
2828 #include <linux/errno.h>
2929 #include <linux/string.h>
30
-#include <linux/bootmem.h>
3130 #include <linux/memblock.h>
3231 #include <linux/seq_file.h>
3332 #include <linux/init.h>
....@@ -39,7 +38,6 @@
3938 #include <asm/bootinfo.h>
4039 #include <asm/irq.h>
4140 #include <asm/machdep.h>
42
-#include <asm/pgtable.h>
4341 #include <asm/sections.h>
4442
4543 unsigned long memory_start;
....@@ -147,10 +145,6 @@
147145 *cmdline_p = &command_line[0];
148146 memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
149147 boot_command_line[COMMAND_LINE_SIZE-1] = 0;
150
-
151
-#if defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE)
152
- conswitchp = &dummy_con;
153
-#endif
154148
155149 /*
156150 * Give all the memory to the bootmap allocator, tell it to put the