From 74a9f2e1b4d3ab45a9f72cb5b556c9f521524ab3 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Apr 2001 04:55:58 +0000 Subject: Merge with Linux 2.4.3. Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels. --- drivers/char/misc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/char/misc.c') diff --git a/drivers/char/misc.c b/drivers/char/misc.c index 8dc9ef350..89931b06d 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c @@ -75,7 +75,6 @@ extern int rtc_MK48T08_init(void); extern int ds1286_init(void); extern int dsp56k_init(void); extern int radio_init(void); -extern int pc110pad_init(void); extern int pmu_device_init(void); extern int qpmouse_init(void); extern int tosh_init(void); @@ -249,9 +248,6 @@ int __init misc_init(void) #if defined CONFIG_82C710_MOUSE qpmouse_init(); #endif -#ifdef CONFIG_PC110_PAD - pc110pad_init(); -#endif #ifdef CONFIG_MVME16x rtc_MK48T08_init(); #endif -- cgit v1.2.3