patch-2.3.41 linux/drivers/char/misc.c

Next file: linux/drivers/char/mixcomwd.c
Previous file: linux/drivers/char/mem.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/drivers/char/misc.c linux/drivers/char/misc.c
@@ -67,9 +67,6 @@
 #endif
 extern void streamable_init(void);
 extern void watchdog_init(void);
-extern void wdt_init(void);
-extern void acq_init(void);
-extern void dtlk_init(void);
 extern void pcwatchdog_init(void);
 extern int rtc_sun_init(void);		/* Combines MK48T02 and MK48T08 */
 extern int rtc_DP8570A_init(void);
@@ -196,20 +193,8 @@
 #ifdef CONFIG_PCWATCHDOG
 	pcwatchdog_init();
 #endif
-#ifdef CONFIG_WDT
-	wdt_init();
-#endif
-#ifdef CONFIG_ACQUIRE_WDT
-	acq_init();
-#endif
 #ifdef CONFIG_SOFT_WATCHDOG
 	watchdog_init();
-#endif
-#ifdef CONFIG_DTLK
-	dtlk_init();
-#endif
-#ifdef CONFIG_H8
-	h8_init();
 #endif
 #ifdef CONFIG_MVME16x
 	rtc_MK48T08_init();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)