drm/fb-cma-helper: Use const for drm_framebuffer_funcs argument
authorNoralf Trønnes <noralf@tronnes.org>
Thu, 12 May 2016 18:25:21 +0000 (20:25 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 May 2016 07:08:27 +0000 (09:08 +0200)
commitfdce184609ee56bc4d035b0886458625154a7e98
treed211282c30296788d20b6adbecaae1a98784600b
parentfabd9106f758714ed614c8c2a7321386aa58bdb1
drm/fb-cma-helper: Use const for drm_framebuffer_funcs argument

drm_framebuffer_init() uses const for the drm_framebuffer_funcs
argument so use that on drm_fb_cma_alloc() and
drm_fbdev_cma_create_with_funcs() as well.

Cc: laurent.pinchart@ideasonboard.com
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1463077523-23959-2-git-send-email-noralf@tronnes.org
drivers/gpu/drm/drm_fb_cma_helper.c
include/drm/drm_fb_cma_helper.h