aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorChoi Jong-hwan <jhbird.choi@samsung.com>2010-08-03 19:57:50 +0900
committerArve Hjønnevåg <arve@android.com>2011-11-16 21:48:28 -0800
commitea53108dc69aaa2578d77fff6b0252fe1c6ad79c (patch)
tree3e5588dffe3e9e7acac576413cb18960841f1065 /arch/arm
parent426e553fd22dd84362043d0c4e06084a26d75737 (diff)
downloadkernel_samsung_crespo-ea53108dc69aaa2578d77fff6b0252fe1c6ad79c.zip
kernel_samsung_crespo-ea53108dc69aaa2578d77fff6b0252fe1c6ad79c.tar.gz
kernel_samsung_crespo-ea53108dc69aaa2578d77fff6b0252fe1c6ad79c.tar.bz2
[BATTERY] change sec_fake_battery add position
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-s5pv210/mach-herring.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pv210/mach-herring.c b/arch/arm/mach-s5pv210/mach-herring.c
index fb431b8..bf7cf03 100644
--- a/arch/arm/mach-s5pv210/mach-herring.c
+++ b/arch/arm/mach-s5pv210/mach-herring.c
@@ -2774,6 +2774,9 @@ static struct platform_device *herring_devices[] __initdata = {
#endif
&herring_i2c4_device,
&herring_i2c6_device,
+#ifdef CONFIG_BATTERY_S3C
+ &sec_device_battery,
+#endif
#ifdef CONFIG_ANDROID_PMEM
&pmem_device,
&pmem_gpu1_device,
@@ -3098,9 +3101,6 @@ static void __init herring_machine_init(void)
#ifdef CONFIG_S5PV210_SETUP_SDHCI
s3c_sdhci_set_platdata();
#endif
-#ifdef CONFIG_BATTERY_S3C
- &sec_device_battery,
-#endif
#if defined(CONFIG_BACKLIGHT_PWM)
smdk_backlight_register();