exynos_drm: Clean up duplicated assignment in exynos_drm_driver
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>
Wed, 21 Jun 2017 05:17:14 +0000 (14:17 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 27 Jul 2017 00:24:01 +0000 (09:24 +0900)
num_ioctls is already assigned when declaring the exynos_drm_driver
structure.  No need to duplicate it here.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found