patch-2.4.1 linux/drivers/char/misc.c
Next file: linux/drivers/char/n_tty.c
Previous file: linux/drivers/char/drm/radeon_state.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jan 22 13:30:20 2001
- Orig file:
v2.4.0/linux/drivers/char/misc.c
- Orig date:
Mon Oct 16 12:58:51 2000
diff -u --recursive --new-file v2.4.0/linux/drivers/char/misc.c linux/drivers/char/misc.c
@@ -70,7 +70,6 @@
extern void gfx_register(void);
#endif
extern void streamable_init(void);
-extern int rtc_sun_init(void); /* Combines MK48T02 and MK48T08 */
extern int rtc_DP8570A_init(void);
extern int rtc_MK48T08_init(void);
extern int ds1286_init(void);
@@ -258,9 +257,6 @@
#endif
#ifdef CONFIG_BVME6000
rtc_DP8570A_init();
-#endif
-#if defined(CONFIG_SUN_MOSTEK_RTC)
- rtc_sun_init();
#endif
#ifdef CONFIG_SGI_DS1286
ds1286_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)