aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:53 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:53 +0000
commit5553ff9ea9d0102f3e2b191e7364b112247f7186 (patch)
treeca96e8bd956d25a074a7bcfabb46f7f8002d998c /arch
parent7253ddeaa06c4b17ac36ebea9fe09979e13bc7ec (diff)
change-remove-kernel-charging-led-drive.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index e66498b8911..686291bfeae 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -485,12 +485,7 @@ static int pmu_callback(struct device *dev, unsigned int feature,
pcf50633_charge_enable(pcf50633_global, 0);
break;
case PMU_EVT_CHARGER_IDLE:
- /* printk(KERN_ERR"PMU_EVT_CHARGER_IDLE\n"); */
- neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 0);
- break;
case PMU_EVT_CHARGER_ACTIVE:
- /* printk(KERN_ERR"PMU_EVT_CHARGER_ACTIVE\n"); */
- neo1973_gpb_setpin(GTA02_GPIO_AUX_LED, 1);
break;
default:
break;