CHROMIUM: drm: constify drm_mode_equal args
authorOlof Johansson <olofj@chromium.org>
Mon, 10 Sep 2012 17:16:09 +0000 (10:16 -0700)
committerGerrit <chrome-bot@google.com>
Tue, 11 Sep 2012 00:27:47 +0000 (17:27 -0700)
commit1fc59608ed0703512bd7865db7a10c63a536679c
tree4723ed7737db0af57840be23cb79bcf70acf5bb3
parentd65700c3aeba751642627c22af1dc241439e1346
CHROMIUM: drm: constify drm_mode_equal args

Resolves:

drivers/gpu/drm/drm_edid.c:1462:3: warning: passing argument 2 of ‘drm_mode_equal’ discards ‘const’ qualifier from pointer target type [enabled by default]

BUG=chromium-os:34287
TEST=none

Change-Id: I1f4041b85bb3f2c40fd5654350e3a25423f9b8a1
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/32835
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
drivers/gpu/drm/drm_modes.c
include/drm/drm_crtc.h