]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/console/tileblit.c
Merge branches 'release' and 'menlo' into release
[linux-2.6-omap-h63xx.git] / drivers / video / console / tileblit.c
index 153352ca9461c030515c755e8867f465cf0fff1a..0056a41e5c35c2a3d323c69845a2db895a080108 100644 (file)
@@ -8,7 +8,6 @@
  *  more details.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/string.h>
 #include <linux/fb.h>
@@ -41,8 +40,8 @@ static void tile_clear(struct vc_data *vc, struct fb_info *info, int sy,
 
        rect.index = vc->vc_video_erase_char &
                ((vc->vc_hi_font_mask) ? 0x1ff : 0xff);
-       rect.fg = attr_fgcol_ec(fgshift, vc);
-       rect.bg = attr_bgcol_ec(bgshift, vc);
+       rect.fg = attr_fgcol_ec(fgshift, vc, info);
+       rect.bg = attr_bgcol_ec(bgshift, vc, info);
        rect.sx = sx;
        rect.sy = sy;
        rect.width = width;