From: Ville Syrjälä Date: Thu, 25 Oct 2012 18:05:05 +0000 (+0000) Subject: drm: Constify some function arguments X-Git-Tag: v3.8-rc1~82^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3904ab2a48488e23332ac1ecd2d45961ec6718;p=pandora-kernel.git drm: Constify some function arguments None of drm_mode_debug_printmodeline(), drm_mode_equal(), drm_mode_width() or drm_mode_height() change the mode passed in, so make the arguments const. Signed-off-by: Ville Syrjälä Signed-off-by: Dave Airlie --- Reading git-diff-tree failed