drm/exynos: Use unsigned long for possible_crtcs
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:11 +0000 (16:19 -0500)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:33 +0000 (11:47 +0900)
commit8d2d8033c318fa8dad1d24439400dba6ad820668
tree5b7c15034751ad1d5a3306d893237acd0ecdf4e4
parent76a71c358bcfcfcbeedd774a7c4e97e069813c4e
drm/exynos: Use unsigned long for possible_crtcs

Change all instances of possible_crtcs in the exynos drm driver to be
unsigned long. This matches the type used in the drm layer.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_encoder.c
drivers/gpu/drm/exynos/exynos_drm_encoder.h
drivers/gpu/drm/exynos/exynos_drm_plane.c
drivers/gpu/drm/exynos/exynos_drm_plane.h