patch-2.3.14 linux/drivers/video/controlfb.c

Next file: linux/drivers/video/cyber2000fb.c
Previous file: linux/drivers/video/clgenfb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/drivers/video/controlfb.c linux/drivers/video/controlfb.c
@@ -153,7 +153,7 @@
 #ifdef CONFIG_FB_OF
 void control_of_init(struct device_node *dp);
 #endif
-void control_setup(char *options, int *ints);
+void control_setup(char *);
 
 static int read_control_sense(struct fb_info_control *p);
 static inline int control_vram_reqd(int video_mode, int color_mode);
@@ -1152,7 +1152,7 @@
 }
 
 /* Parse user speficied options (`video=controlfb:') */
-void __init control_setup(char *options, int *ints)
+void __init control_setup(char *options)
 {
 	char *this_opt;
 

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