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

Next file: linux-2.4.22/drivers/char/n_tty.c
Previous file: linux-2.4.22/drivers/char/mips_rtc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/char/misc.c linux-2.4.22/drivers/char/misc.c
@@ -66,10 +66,7 @@
 static unsigned char misc_minors[DYNAMIC_MINORS / 8];
 
 extern int psaux_init(void);
-#ifdef CONFIG_SGI_NEWPORT_GFX
 extern void gfx_register(void);
-#endif
-extern void streamable_init(void);
 extern int rtc_DP8570A_init(void);
 extern int rtc_MK48T08_init(void);
 extern int ds1286_init(void);
@@ -270,9 +267,6 @@
 #ifdef CONFIG_SGI_NEWPORT_GFX
 	gfx_register ();
 #endif
-#ifdef CONFIG_SGI_IP22
-	streamable_init ();
-#endif
 #ifdef CONFIG_SGI_NEWPORT_GFX
 	gfx_register ();
 #endif

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