drm/vidi: replace platform_device pointer with device one
authorInki Dae <inki.dae@samsung.com>
Mon, 15 Apr 2019 07:35:08 +0000 (16:35 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 24 Apr 2019 02:23:20 +0000 (11:23 +0900)
commitdf90a64eaf57b89ebc910ad0e4e2b4c3dc1567b9
treeaf15084e47071f62ccdbb8dc3d462d151b26f9fd
parent6be900563a9e7420ead7de5737a004e1878ef145
drm/vidi: replace platform_device pointer with device one

Add device pointer to vidi_context and remove platform_device pointer.

It doesn't need for vidi_context to contain platform_device object.
Instead, this patch makes this driver more simply by replacing platform_device
pointer with device one.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_vidi.c