patch-2.4.22 linux-2.4.22/drivers/video/fbmem.c

Next file: linux-2.4.22/drivers/video/intel/Makefile
Previous file: linux-2.4.22/drivers/video/fbcon.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/video/fbmem.c linux-2.4.22/drivers/video/fbmem.c
@@ -134,6 +134,8 @@
 extern int intelfb_setup(char*);
 extern int e1355fb_init(void);
 extern int e1355fb_setup(char*);
+extern int e1356fb_init(void);
+extern int e1356fb_setup(char*);
 extern int au1100fb_init(void);
 extern int au1100fb_setup(char*);
 extern int pvr2fb_init(void);
@@ -305,6 +307,9 @@
 #ifdef CONFIG_FB_E1355
 	{ "e1355fb", e1355fb_init, e1355fb_setup },
 #endif
+#ifdef CONFIG_FB_E1356
+        { "e1356fb", e1356fb_init, e1356fb_setup },
+#endif
 #ifdef CONFIG_FB_PVR2
 	{ "pvr2", pvr2fb_init, pvr2fb_setup },
 #endif

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