linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / video / cfbimgblt.c
index 51d3538..8ba6152 100644 (file)
@@ -29,6 +29,7 @@
  *  Also need to add code to deal with cards endians that are different than
  *  the native cpu endians. I also need to deal with MSB position in the word.
  */
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/string.h>
 #include <linux/fb.h>
@@ -229,7 +230,6 @@ static inline void fast_imageblit(const struct fb_image *image, struct fb_info *
                tab = cfb_tab16;
                break;
        case 32:
-       default:
                tab = cfb_tab32;
                break;
        }