From: Thierry Reding Date: Fri, 27 Jun 2014 15:19:23 +0000 (+0200) Subject: drm: Constify struct drm_fb_helper_funcs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4938799dec32783759b0c66ee3bb8c82dd9937;p=pandora-kernel.git drm: Constify struct drm_fb_helper_funcs There's no need for this to be modifiable. Make it const so that it can be put into the .rodata section. Reviewed-by: Daniel Vetter Signed-off-by: Thierry Reding Acked-by: Russell King Signed-off-by: Dave Airlie --- Reading git-diff-tree failed