From: James S. <jsi...@us...> - 2002-03-18 22:26:32
|
Update of /cvsroot/linux-mips/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv25818 Modified Files: fbmem.c Log Message: Minor junk cleanup. Index: fbmem.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/video/fbmem.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- fbmem.c 8 Mar 2002 20:14:25 -0000 1.18 +++ fbmem.c 18 Mar 2002 22:26:30 -0000 1.19 @@ -225,9 +225,7 @@ #ifdef CONFIG_FB_TRIDENT { "trident", tridentfb_init, tridentfb_setup }, #endif -#ifdef CONFIG_FB_VOODOO1 - { "sst", sstfb_init, sstfb_setup }, -#endif + /* * Generic drivers that are used as fallbacks * @@ -312,6 +310,9 @@ #endif #ifdef CONFIG_FB_PMAG_BA { "pmagbafb", pmagbafb_init, NULL }, +#endif +#ifdef CONFIG_FB_VOODOO1 + { "sst", sstfb_init, sstfb_setup }, #endif #ifdef CONFIG_FB_PMAGB_B { "pmagbbfb", pmagbbfb_init, NULL }, |