]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d27c04d09a62d1bfa87c528f186917a58e212f0
treeaf15084e47071f62ccdbb8dc3d462d151b26f9fd
parent92265465be59136b1d08f7517addf6c5126f87aa
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