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
-  Lines: 26
-  Date:
Mon Dec 13 16:26:27 1999
-  Orig file: 
v2.3.31/linux/drivers/char/misc.c
-  Orig date: 
Tue Nov 23 22:42:20 1999
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)