fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)
[sfrench/cifs-2.6.git] / include / linux / fb.h
index 5950f8f5dc74d657268eafe23ddc1bc146ef0b05..6f3db99ab990a19aa35bc89e6386f8ccd279e788 100644 (file)
@@ -262,7 +262,7 @@ struct fb_ops {
 
        /* Draws a rectangle */
        void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect);
-       /* Copy data from area to another */
+       /* Copy data from area to another. Obsolete. */
        void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region);
        /* Draws a image to the display */
        void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);