patch-2.3.16 linux/drivers/sgi/char/graphics.c

Next file: linux/drivers/sgi/char/sgiserial.c
Previous file: linux/drivers/sgi/char/ds1286.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/sgi/char/graphics.c linux/drivers/sgi/char/graphics.c
@@ -324,13 +324,13 @@
 };
 
 /* This is called later from the misc-init routine */
-__initfunc(void gfx_register (void))
+void __init gfx_register (void)
 {
 	misc_register (&dev_graphics);
 	misc_register (&dev_opengl);
 }
 
-__initfunc(void gfx_init (const char **name))
+void __init gfx_init (const char **name)
 {
 #if 0
 	struct console_ops *console;

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