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

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

diff -u --recursive --new-file v2.3.12/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -619,8 +619,8 @@
 
 static struct proc_dir_entry *proc_fbmem;
 
-__initfunc(void
-fbmem_init(void))
+void __init 
+fbmem_init(void)
 {
 	int i;
 
@@ -679,7 +679,7 @@
      *  Command line options
      */
 
-__initfunc(void video_setup(char *options, int *ints))
+void __init video_setup(char *options, int *ints)
 {
     int i, j;
 

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