commit | df90a64eaf57b89ebc910ad0e4e2b4c3dc1567b9 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Apr 15 16:35:08 2019 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Wed Apr 24 11:23:20 2019 +0900 |
tree | af15084e47071f62ccdbb8dc3d462d151b26f9fd | |
parent | 6be900563a9e7420ead7de5737a004e1878ef145 [diff] |
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>