patch-2.3.99-pre4 linux/drivers/video/fbmem.c

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

diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -98,6 +98,8 @@
 extern int control_init(void);
 extern int control_setup(char*);
 extern int g364fb_init(void);
+extern void sa1100fb_init(void);
+extern void sa1100fb_setup(char*);
 extern int fm2fb_init(void);
 extern int fm2fb_setup(char*);
 extern int q40fb_init(void);
@@ -215,6 +217,9 @@
 #endif
 #ifdef CONFIG_FB_G364
 	{ "g364", g364fb_init, NULL },
+#endif
+#ifdef CONFIG_FB_SA1100
+	{ "sa1100", sa1100fb_init, sa1100fb_setup },
 #endif
 #ifdef CONFIG_FB_FM2
 	{ "fm2fb", fm2fb_init, fm2fb_setup },

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