From e9f5a050df2bcc64028235679cd48236ddd2d62e Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 21 Jun 2010 19:24:35 +0200 Subject: Revert "Use bq27x00 battery driver instead of bq27000." This reverts commit a6f1e10d879adca8f3f0ec3d8a2c3eaf0882e03f. --- arch/arm/mach-s3c2440/mach-gta02.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index ba4ee134f30..e8ac76bd17e 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -104,7 +104,7 @@ #include #include -#include +#include #include #include @@ -891,13 +891,14 @@ static struct platform_device gta02_pwm_leds_device = { /* BQ27000 Battery */ -static int gta02_hdq_read(struct device *dev, unsigned int reg) -{ - return hdq_read(reg); -} - struct bq27000_platform_data bq27000_pdata = { - .read = gta02_hdq_read, + .name = "battery", + .rsense_mohms = 20, + .hdq_read = hdq_read, + .hdq_write = hdq_write, + .hdq_initialized = hdq_initialized, + .get_charger_online_status = gta02_get_charger_online_status, + .get_charger_active_status = gta02_get_charger_active_status }; struct platform_device bq27000_battery_device = { -- cgit v1.2.3