]> err.no Git - linux-2.6/blobdiff - include/linux/fb.h
[PATCH] Introduce sg_set_buf
[linux-2.6] / include / linux / fb.h
index 82e39cd0c4fbaf5da68d79cdf6affea9da47ec20..c698055266d062b09fa7e19b447144c67fd82c22 100644 (file)
@@ -619,7 +619,7 @@ struct fb_tilemap {
        __u32 height;               /* height of each tile in scanlines */
        __u32 depth;                /* color depth of each tile */
        __u32 length;               /* number of tiles in the map */
-       __u8  *data;                /* actual tile map: a bitmap array, packed
+       const __u8 *data;           /* actual tile map: a bitmap array, packed
                                       to the nearest byte */
 };