patch-2.3.13 linux/drivers/video/skeletonfb.c

Next file: linux/drivers/video/tcxfb.c
Previous file: linux/drivers/video/sgivwfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/video/skeletonfb.c linux/drivers/video/skeletonfb.c
@@ -297,7 +297,7 @@
      *  Initialization
      */
 
-__initfunc(void xxxfb_init(void))
+void __init xxxfb_init(void)
 {
     fb_info.gen.fbhw = &xxx_switch;
     fb_info.gen.fbhw->detect();
@@ -345,7 +345,7 @@
      *  Setup
      */
 
-__initfunc(void xxxfb_setup(char *options, int *ints))
+void __init xxxfb_setup(char *options, int *ints)
 {
     /* Parse user speficied options (`video=xxxfb:') */
 }

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