From 40eeddfb1d85b7741e6bce1bb79048fc10dd16be Mon Sep 17 00:00:00 2001 From: 173210 Date: Mon, 13 Apr 2015 19:52:34 +0900 Subject: mach-u1.c: Fix a compile bug Change-Id: I7832308a6381c6d23365751b93960dfafebb268c --- arch/arm/mach-exynos/mach-u1.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-exynos/mach-u1.c b/arch/arm/mach-exynos/mach-u1.c index ab756ab..7067012 100644 --- a/arch/arm/mach-exynos/mach-u1.c +++ b/arch/arm/mach-exynos/mach-u1.c @@ -4604,9 +4604,7 @@ static struct sec_bat_adc_table_data temper_table_ADC7[] = { { 1669, -60 }, { 1688, -70 }, }; -#endif -/* temperature table for ADC 7 */ -#ifdef CONFIG_TARGET_LOCALE_NA +#elif defined(CONFIG_TARGET_LOCALE_NA) static struct sec_bat_adc_table_data temper_table_ADC7[] = { { 145, 670 }, { 165, 660 }, -- cgit v1.1