From ad98aaed750bf1a9a2318690055d056572339974 Mon Sep 17 00:00:00 2001 From: Kukjin Kim Date: Mon, 10 Oct 2011 19:55:30 +0900 Subject: [PATCH] ARM: EXYNOS4: Remove useless codes on NURI board The 'nuri_cm_devices' is defined but not used. Cc: Kyungmin Park Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos4/mach-nuri.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index bbd13f45415..20932ec4ddb 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; -- 2.11.4.GIT