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

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

diff -u --recursive --new-file v2.3.12/linux/drivers/video/clgenfb.c linux/drivers/video/clgenfb.c
@@ -1467,7 +1467,7 @@
 /********************************************************************/
 /* clgenfb_init() - master initialization function                  */
 /********************************************************************/
-__initfunc(void clgenfb_init(void))
+void __init clgenfb_init(void)
 {
     const struct ConfigDev *cd  = NULL;
     const struct ConfigDev *cd2 = NULL;
@@ -1655,7 +1655,7 @@
 /* arguments to the video= bootstrap parameter. Right now, there */
 /* is nothing I do here.                                         */
 /*****************************************************************/
-__initfunc(void clgenfb_setup(char *options, int *ints))
+void __init clgenfb_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)