diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-10 19:55:30 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-12 19:26:24 +0900 |
commit | ad98aaed750bf1a9a2318690055d056572339974 (patch) | |
tree | a30d59fa517e40b8521d3cf6e0c7346a0ae8120e /arch/arm/mach-exynos4 | |
parent | f0e38e3354fa150984400a55955f3b03867b14f3 (diff) |
ARM: EXYNOS4: Remove useless codes on NURI board
The 'nuri_cm_devices' is defined but not used.
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4')
-rw-r--r-- | arch/arm/mach-exynos4/mach-nuri.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index bbd13f454151..20932ec4ddb3 100644 --- a/arch/arm/mach-exynos4/mach-nuri.c +++ b/arch/arm/mach-exynos4/mach-nuri.c @@ -1066,13 +1066,6 @@ static struct platform_device nuri_max8903_device = { }, }; -static struct device *nuri_cm_devices[] = { - &s3c_device_i2c5.dev, - &s3c_device_adc.dev, - NULL, /* Reserved for UART */ - NULL, -}; - static void __init nuri_power_init(void) { int gpio; |