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

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

diff -u --recursive --new-file v2.3.12/linux/drivers/video/sbusfb.c linux/drivers/video/sbusfb.c
@@ -743,7 +743,7 @@
      *  Setup: parse used options
      */
 
-__initfunc(void sbusfb_setup(char *options, int *ints))
+void __init sbusfb_setup(char *options, int *ints)
 {
 	char *p;
 	
@@ -960,8 +960,8 @@
      
 extern void (*prom_palette)(int);
 
-__initfunc(static void sbusfb_init_fb(int node, int parent, int fbtype,
-				      struct linux_sbus_device *sbdp))
+static void __init sbusfb_init_fb(int node, int parent, int fbtype,
+				      struct linux_sbus_device *sbdp)
 {
 	struct fb_fix_screeninfo *fix;
 	struct fb_var_screeninfo *var;
@@ -1151,7 +1151,7 @@
 	return FBTYPE_NOTYPE;
 }
 
-__initfunc(void sbusfb_init(void))
+void __init sbusfb_init(void)
 {
 	int type;
 	struct linux_sbus_device *sbdp;

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