OSDN Git Service

drm/exynos: Use unsigned long for possible_crtcs
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:11 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:31 +0000 (00:36 +0900)
commit3f283d9375ad8fa97ac7a7b2d4f73425186d8810
tree7175f6526fab33df3f4fd8b5c62472023f1d0f88
parent558de5c13871e3665c9088f1ba0bac619bb380be
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