drm/i915: Pass the dma_addr_t array as const to rotate_pages()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Jan 2016 13:22:11 +0000 (15:22 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 Jan 2016 19:04:27 +0000 (21:04 +0200)
commit2d7f3bdb2cf6656386cb9ca1b02dd6df66fb05e8
treea47a9d845da78e7d4fede365fe6b42b75ff55011
parentb5e16987a09ef3e3215f0d14a0d99b4e83ab7e91
drm/i915: Pass the dma_addr_t array as const to rotate_pages()

rotate_pages() doesn't modify the passed in dma addresses, so make
them const.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1452777736-4909-4-git-send-email-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/i915_gem_gtt.c