Update of /cvsroot/linux-mips/linux/drivers/video
In directory usw-pr-cvs1:/tmp/cvs-serv19615
Modified Files:
fbmem.c
Log Message:
Remove useless comment, drivers are sorted based on resources, not where they came from..
Index: fbmem.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/video/fbmem.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- fbmem.c 7 Mar 2002 09:15:17 -0000 1.17
+++ fbmem.c 8 Mar 2002 20:14:25 -0000 1.18
@@ -319,11 +319,6 @@
#ifdef CONFIG_FB_MAXINE
{ "maxinefb", maxinefb_init, NULL },
#endif
-
- /*
- * Linux VR drivers
- */
-
#ifdef CONFIG_FB_SIMPLE
{ "sfb", sfb_init, sfb_setup },
#endif
|