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

Next file: linux/drivers/char/msp3400.c
Previous file: linux/drivers/char/drm/init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/drivers/char/misc.c linux/drivers/char/misc.c
@@ -79,9 +79,6 @@
 extern int pc110pad_init(void);
 extern int pmu_device_init(void);
 extern int qpmouse_init(void);
-extern int ds1620_init(void);
-extern int nwbutton_init(void);
-extern int nwflash_init(void);
 
 static int misc_read_proc(char *buf, char **start, off_t offset,
 			  int len, int *eof, void *private)
@@ -237,15 +234,6 @@
 #endif
 #ifdef CONFIG_SGI
 	streamable_init ();
-#endif
-#ifdef CONFIG_DS1620
-	ds1620_init();
-#endif
-#ifdef CONFIG_NWBUTTON
-	nwbutton_init();
-#endif
-#ifdef CONFIG_NWFLASH
-	nwflash_init();
 #endif
 #ifdef CONFIG_SGI_NEWPORT_GFX
 	gfx_register ();

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