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

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

diff -u --recursive --new-file v2.3.12/linux/drivers/video/vfb.c linux/drivers/video/vfb.c
@@ -406,7 +406,7 @@
 }
 
 
-__initfunc(void vfb_setup(char *options, int *ints))
+void __init vfb_setup(char *options, int *ints)
 {
     char *this_opt;
 
@@ -429,7 +429,7 @@
      *  Initialisation
      */
 
-__initfunc(void vfb_init(void))
+void __init vfb_init(void)
 {
     if (!vfb_enable)
 	return;

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