diff --git a/include/linux/fb.h b/include/linux/fb.h index 619ba1e40ab9dce817e0f0d5859a77a58a060e54..a2f382c01cd292d8cdcfb4cb9fa70a7ced569a98 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -655,7 +655,6 @@ struct fb_ops { }; #ifdef CONFIG_FB_TILEBLITTING - #define FB_TILE_CURSOR_NONE 0 #define FB_TILE_CURSOR_UNDERLINE 1 #define FB_TILE_CURSOR_LOWER_THIRD 2 @@ -727,6 +726,8 @@ struct fb_tile_ops { /* cursor */ void (*fb_tilecursor)(struct fb_info *info, struct fb_tilecursor *cursor); + /* get maximum length of the tile map */ + int (*fb_get_tilemax)(struct fb_info *info); }; #endif /* CONFIG_FB_TILEBLITTING */