patch-2.3.13 linux/drivers/video/controlfb.c
Next file: linux/drivers/video/creatorfb.c
Previous file: linux/drivers/video/clgenfb.c
Back to the patch index
Back to the overall index
-  Lines: 36
-  Date:
Mon Aug  9 10:25:01 1999
-  Orig file: 
v2.3.12/linux/drivers/video/controlfb.c
-  Orig date: 
Thu Feb 25 10:02:11 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/video/controlfb.c linux/drivers/video/controlfb.c
@@ -523,7 +523,7 @@
 }
 
 
-__initfunc(static void init_control(struct fb_info_control *p))
+static void __init init_control(struct fb_info_control *p)
 {
 	struct fb_par_control parstruct;
 	struct fb_par_control *par = &parstruct;
@@ -660,7 +660,7 @@
 #endif /* CONFIG_FB_COMPAT_XPMAC */
 }
 
-__initfunc(void control_init(void))
+void __init control_init(void)
 {
 #ifndef CONFIG_FB_OF
 	struct device_node *dp;
@@ -671,7 +671,7 @@
 #endif /* CONFIG_FB_OF */
 }
 
-__initfunc(void control_of_init(struct device_node *dp))
+void __init control_of_init(struct device_node *dp)
 {
 	struct fb_info_control	*p;
 	unsigned long		addr, size;
@@ -1152,7 +1152,7 @@
 }
 
 /* Parse user speficied options (`video=controlfb:') */
-__initfunc(void control_setup(char *options, int *ints))
+void __init control_setup(char *options, int *ints)
 {
 	char *this_opt;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)