From: Ville Syrjälä Date: Fri, 7 Jun 2013 15:43:07 +0000 (+0000) Subject: drm: Constify the pretty-print functions X-Git-Tag: v3.11-rc1~65^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20d3174806ef6589cb912a488657d21fcd7ece2;p=pandora-kernel.git drm: Constify the pretty-print functions The structures and strings involved with various pretty-print functions aren't meant to be modified, so make them all const. The exception is drm_connector_enum_list which does get modified in drm_connector_init(). While at it move the drm_get_connector_status_name() prototype from drmP.h to drm_crtc.h where it belongs. Signed-off-by: Ville Syrjälä Reviewed-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed