patch-2.3.13 linux/drivers/video/chipsfb.c
Next file: linux/drivers/video/clgenfb.c
Previous file: linux/drivers/video/cgthreefb.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/chipsfb.c
- Orig date:
Mon Jan 4 10:09:59 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/video/chipsfb.c linux/drivers/video/chipsfb.c
@@ -525,7 +525,7 @@
{ 0xa8, 0x00 }
};
-__initfunc(static void chips_hw_init(struct fb_info_chips *p))
+static void __init chips_hw_init(struct fb_info_chips *p)
{
int i;
@@ -544,7 +544,7 @@
write_fr(chips_init_fr[i].addr, chips_init_fr[i].data);
}
-__initfunc(static void init_chips(struct fb_info_chips *p))
+static void __init init_chips(struct fb_info_chips *p)
{
int i;
@@ -645,7 +645,7 @@
all_chips = p;
}
-__initfunc(void chips_init(void))
+void __init chips_init(void)
{
#ifndef CONFIG_FB_OF
struct device_node *dp;
@@ -656,7 +656,7 @@
#endif /* CONFIG_FB_OF */
}
-__initfunc(void chips_of_init(struct device_node *dp))
+void __init chips_of_init(struct device_node *dp)
{
struct fb_info_chips *p;
unsigned long addr;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)