commit | 0b3904ab2a48488e23332ac1ecd2d45961ec6718 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Oct 25 18:05:05 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Nov 07 10:09:16 2012 +1000 |
tree | fa5cd54d13abcbbf81de3a61aab2ea65bd6c65f3 | |
parent | b180b5d1c7ac930387734664802fc26fa788e26f [diff] |
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ä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>