drm: exynos: moved exynos drm device registration to drm driver
authorRahul Sharma <rahul.sharma@samsung.com>
Tue, 16 Oct 2012 00:20:12 +0000 (05:50 +0530)
committerInki Dae <daeinki@gmail.com>
Thu, 13 Dec 2012 14:05:43 +0000 (06:05 -0800)
commit422bd00ea640b9aacb6bdd3903b76f69e72fba8d
tree62343a394437c64c927be06bce3a237671eb492c
parent9add1ac3dd256ad12e266f8403daf928be19953f
drm: exynos: moved exynos drm device registration to drm driver

This patch moved the exynos-drm platform device registration to the drm driver.
When DT is enabled, platform devices needs to be registered within the driver
code. This patch fits the requirement of both DT and Non DT based drm drivers.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c