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

Next file: linux-2.4.25/drivers/char/mpc8xx_wdt.c
Previous file: linux-2.4.25/drivers/char/ip27-rtc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/drivers/char/misc.c linux-2.4.25/drivers/char/misc.c
@@ -66,7 +66,6 @@
 static unsigned char misc_minors[DYNAMIC_MINORS / 8];
 
 extern int psaux_init(void);
-extern void gfx_register(void);
 extern int rtc_DP8570A_init(void);
 extern int rtc_MK48T08_init(void);
 extern int ds1286_init(void);
@@ -264,12 +263,6 @@
 #ifdef CONFIG_PMAC_PBOOK
 	pmu_device_init();
 #endif
-#ifdef CONFIG_SGI_NEWPORT_GFX
-	gfx_register ();
-#endif
-#ifdef CONFIG_SGI_NEWPORT_GFX
-	gfx_register ();
-#endif
 #ifdef CONFIG_TOSHIBA
 	tosh_init();
 #endif

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