drm/exynos: Use unsigned long for possible_crtcs
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:11 +0000 (16:19 -0500)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:28:45 +0000 (07:28 +0200)
commitc235dbad5b9bbb8037e6e745cf344358331d64e3
treef72aa62adf8fc8c7e08a9f2ed7f3cf5770dc3dc6
parent2fb2dd12e1691a2ce65cc6a5215982ef324840ef
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