diff options
author | 173210 <root.3.173210@live.com> | 2015-04-13 19:52:34 +0900 |
---|---|---|
committer | 173210 <root.3.173210@live.com> | 2015-04-13 19:52:34 +0900 |
commit | 40eeddfb1d85b7741e6bce1bb79048fc10dd16be (patch) | |
tree | 70a04f31aec71af40f83cbdb6db3ca219b6c77c7 /arch/arm | |
parent | 24dc35886c58b4ffe52eb3f61fda20fa8b50a9d0 (diff) | |
download | kernel_samsung_smdk4412-40eeddfb1d85b7741e6bce1bb79048fc10dd16be.zip kernel_samsung_smdk4412-40eeddfb1d85b7741e6bce1bb79048fc10dd16be.tar.gz kernel_samsung_smdk4412-40eeddfb1d85b7741e6bce1bb79048fc10dd16be.tar.bz2 |
mach-u1.c: Fix a compile bug
Change-Id: I7832308a6381c6d23365751b93960dfafebb268c
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-exynos/mach-u1.c | 4 |
1 files changed, 1 insertions, 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 }, |