From: Ville Syrjälä Date: Tue, 13 Mar 2012 10:35:47 +0000 (+0200) Subject: drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params X-Git-Tag: v3.4-rc1~143^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93bbf6dbdadbb47ef5a19aecf45669c01ee8830d;p=pandora-kernel.git drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params drm_crtc_convert_umode() and drm_crtc_convert_to_umode() are never used outside drm_crtc.c, so make them static. Also make the input mode structure const for both functions. Signed-off-by: Ville Syrjälä Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed