forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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