drm/exynos-vidi: convert platform driver to use dev_groups
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 17 May 2020 19:36:55 +0000 (20:36 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 18 May 2020 04:19:18 +0000 (13:19 +0900)
commitf84e1ba336a4f47ae251e4d2d8a694902571b0df
tree316215d2a868488b13fd94a2eba08a54bc714a49
parent547a7348633b1f9923551f94ac3157a613d2c9f2
drm/exynos-vidi: convert platform driver to use dev_groups

Platform drivers now have the option to have the platform core create
and remove any needed sysfs attribute files.  So take advantage of that
and do not register "by hand" a sysfs file.

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_vidi.c