From: Damien Lespiau Date: Mon, 6 Jan 2014 19:17:23 +0000 (+0000) Subject: drm/i915: Constify the drm_i915_private pointer a bit more X-Git-Tag: v3.15-rc1~51^2~62^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34ff9c66d0c2b58bc5ff6c242407f32f39fcfbc;p=pandora-kernel.git drm/i915: Constify the drm_i915_private pointer a bit more A lot of the WM functions are only reading from that structure and are already using const. While converting the code to use dev_priv instead of dev, I noticed a few places where we can give that hint. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed