patch-2.4.0-test10 linux/drivers/video/sun3fb.c

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

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/video/sun3fb.c linux/drivers/video/sun3fb.c
@@ -334,7 +334,7 @@
      *  Setup: parse used options
      */
 
-__initfunc(void sun3fb_setup(char *options))
+void __init sun3fb_setup(char *options)
 {
 	char *p;
 	
@@ -521,7 +521,7 @@
     /*
      *  Initialisation
      */
-__initfunc(static void sun3fb_init_fb(int fbtype, unsigned long addr))
+static void __init sun3fb_init_fb(int fbtype, unsigned long addr)
 {
 	static struct linux_sbus_device sdb;
 	struct fb_fix_screeninfo *fix;
@@ -648,7 +648,7 @@
 }
 
 
-__initfunc(int sun3fb_init(void))
+int __init sun3fb_init(void)
 {
 	extern int con_is_present(void);
 	unsigned long addr;

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