diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2012-10-29 21:51:55 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-10-29 21:51:55 +0900 |
commit | 0a9d5ac307aefbb2c772537d3fe7f75046d563ac (patch) | |
tree | 40a038087d1e1c564ee6476f9a3966fedae31e37 /arch/arm/mach-exynos/mach-nuri.c | |
parent | cf3a97b4e4c4601d043ca1549c27e5fe18f55dde (diff) | |
download | linux-stable-0a9d5ac307aefbb2c772537d3fe7f75046d563ac.tar.gz linux-stable-0a9d5ac307aefbb2c772537d3fe7f75046d563ac.tar.bz2 linux-stable-0a9d5ac307aefbb2c772537d3fe7f75046d563ac.zip |
ARM: EXYNOS: removing exynos-drm device registration from non-dt platforms
As exynos-drm is a software device, its registration is moved to the
exynos drm driver. This will provide generic solution for device registration
for dt and non-dt platforms. Corresponding patches are posted to dri-devel
list.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index c05d7aa84031..94970602df61 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c @@ -1327,9 +1327,6 @@ static struct platform_device *nuri_devices[] __initdata = { &cam_vdda_fixed_rdev, &cam_8m_12v_fixed_rdev, &exynos4_bus_devfreq, -#ifdef CONFIG_DRM_EXYNOS - &exynos_device_drm, -#endif }; static void __init nuri_map_io(void) |