drm/exynos: cleanup device pointer usages
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 22 May 2013 12:14:14 +0000 (21:14 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 23 May 2013 10:48:34 +0000 (19:48 +0900)
commitd873ab99acd23dcd6860d8e605bc3146a4d4d9a2
treed6f19e2d8c1f107ef471e57a2dbd95f0377776f4
parent20cd2640a295cab46bcd08f4788984ca236fc148
drm/exynos: cleanup device pointer usages

Struct device pointer got from platform device pointer is already
alsigned as variable, but some functions do not use device pointer.
So this patch replaces thoes usages.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_g2d.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_hdmi.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c