]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/tgafb.c
Convert from class_device to device for drivers/video
[linux-2.6-omap-h63xx.git] / drivers / video / tgafb.c
index 89facb73edfcfff079ece1b6ce0aa140efd4b697..d292a37ec7d64a2d74e15eac5329fdc0bcf1c371 100644 (file)
@@ -849,7 +849,7 @@ tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image)
        u32 *palette = ((u32 *)info->pseudo_palette);
        unsigned long pos, line_length, i, j;
        const unsigned char *data;
-       void *regs_base, *fb_base;
+       void __iomem *regs_base, *fb_base;
 
        dx = image->dx;
        dy = image->dy;