summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKukjin Kim2011-10-10 12:55:30 +0200
committerKukjin Kim2011-10-12 12:26:24 +0200
commitad98aaed750bf1a9a2318690055d056572339974 (patch)
treea30d59fa517e40b8521d3cf6e0c7346a0ae8120e
parentARM: EXYNOS4: Register power domains on ORIGEN (diff)
downloadkernel-qcow2-linux-ad98aaed750bf1a9a2318690055d056572339974.tar.gz
kernel-qcow2-linux-ad98aaed750bf1a9a2318690055d056572339974.tar.xz
kernel-qcow2-linux-ad98aaed750bf1a9a2318690055d056572339974.zip
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>
-rw-r--r--arch/arm/mach-exynos4/mach-nuri.c7
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;