From: Sebastian Reichel Date: Mon, 24 Jul 2017 17:32:59 +0000 (+0200) Subject: drm/omap: drop incorrect comment X-Git-Tag: v4.19~1610^2~24^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a80d6ac2f82cd587bb12012b52d555e0a27d121;p=platform%2Fkernel%2Flinux-rpi.git drm/omap: drop incorrect comment The wrappers have been removed in commit 5a35876e2830 (drm: omapdrm: Remove manual update display support) and will not be reintroduced, since the normal sys functions properly call the dirty callback. Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c b/drivers/gpu/drm/omapdrm/omap_fbdev.c index 9273118..e037818 100644 --- a/drivers/gpu/drm/omapdrm/omap_fbdev.c +++ b/drivers/gpu/drm/omapdrm/omap_fbdev.c @@ -84,9 +84,6 @@ static struct fb_ops omap_fb_ops = { .owner = THIS_MODULE, DRM_FB_HELPER_DEFAULT_OPS, - /* Note: to properly handle manual update displays, we wrap the - * basic fbdev ops which write to the framebuffer - */ .fb_read = drm_fb_helper_sys_read, .fb_write = drm_fb_helper_sys_write, .fb_fillrect = drm_fb_helper_sys_fillrect,