hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/sun3x/config.c
....@@ -49,7 +49,6 @@
4949 mach_sched_init = sun3x_sched_init;
5050 mach_init_IRQ = sun3_init_IRQ;
5151
52
- arch_gettimeoffset = sun3x_gettimeoffset;
5352 mach_reset = sun3x_reboot;
5453
5554 mach_hwclk = sun3x_hwclk;
....@@ -71,7 +70,6 @@
7170 break;
7271 default:
7372 serial_console = 0;
74
- conswitchp = &dummy_con;
7573 break;
7674 }
7775 #endif