diff options
author | Choi Jong-hwan <jhbird.choi@samsung.com> | 2010-08-03 19:57:50 +0900 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-16 21:48:28 -0800 |
commit | ea53108dc69aaa2578d77fff6b0252fe1c6ad79c (patch) | |
tree | 3e5588dffe3e9e7acac576413cb18960841f1065 /arch/arm | |
parent | 426e553fd22dd84362043d0c4e06084a26d75737 (diff) | |
download | kernel_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.c | 6 |
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(); |