drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 5 Apr 2012 11:49:27 +0000 (20:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 12 Apr 2012 05:51:27 +0000 (14:51 +0900)
The struct exynos_drm_manager has to exist for exynos drm sub driver
using encoder and connector. If it isn't NULL to member of struct
exynos_drm_subdrv, will create encoder and connector else will not. And
the is_local member also doesn't need.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found