patch-2.3.13 linux/drivers/video/fm2fb.c
Next file: linux/drivers/video/g364fb.c
Previous file: linux/drivers/video/fbmem.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Aug 9 10:25:01 1999
- Orig file:
v2.3.12/linux/drivers/video/fm2fb.c
- Orig date:
Thu Feb 25 10:02:12 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/video/fm2fb.c linux/drivers/video/fm2fb.c
@@ -374,7 +374,7 @@
* Initialisation
*/
-__initfunc(void fm2fb_init(void))
+void __init fm2fb_init(void)
{
int key, is_fm;
const struct ConfigDev *cd = NULL;
@@ -466,7 +466,7 @@
fb_fix.id);
}
-__initfunc(void fm2fb_setup(char *options, int *ints))
+void __init fm2fb_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)