patch-2.3.13 linux/drivers/video/sgivwfb.c
Next file: linux/drivers/video/skeletonfb.c
Previous file: linux/drivers/video/sbusfb.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Aug  9 10:25:01 1999
-  Orig file: 
v2.3.12/linux/drivers/video/sgivwfb.c
-  Orig date: 
Fri Apr 16 08:20:23 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/video/sgivwfb.c linux/drivers/video/sgivwfb.c
@@ -919,7 +919,7 @@
   return 0;
 }
 
-__initfunc(void sgivwfb_setup(char *options, int *ints))
+void __init sgivwfb_setup(char *options, int *ints)
 {
   char *this_opt;
 
@@ -938,7 +938,7 @@
 /*
  *  Initialisation
  */
-__initfunc(void sgivwfb_init(void))
+void __init sgivwfb_init(void)
 {
   printk("sgivwfb: framebuffer at 0x%lx, size %ldk\n",
 	 sgivwfb_mem_phys, sgivwfb_mem_size/1024);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)