aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pm2301_charger.c
diff options
context:
space:
mode:
authorGravatar Rupesh Kumar <rupesh.kumar@stericsson.com> 2012-10-10 14:56:41 +0530
committerGravatar Lee Jones <lee.jones@linaro.org> 2013-03-07 12:35:53 +0800
commitf70dfdec99877fa716f71633a67d7ba3dfab1c5f (patch)
tree02c504667e5244613c98569accfdfb5cea2a5967 /drivers/power/pm2301_charger.c
parentab8500-charger: Run detect workaround only on AB8500 (diff)
downloadlinux-f70dfdec99877fa716f71633a67d7ba3dfab1c5f.tar.gz
linux-f70dfdec99877fa716f71633a67d7ba3dfab1c5f.tar.bz2
linux-f70dfdec99877fa716f71633a67d7ba3dfab1c5f.zip
pm2301-charger: Removed unused code from PM2301 driver
Some of the headers and defines accrued over time are no longer in use. Let's take the opportunity to remove a few of them. Signed-off-by: Rupesh Kumar <rupesh.kumar@stericsson.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Marcus COOPER <marcus.xm.cooper@stericsson.com> Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'drivers/power/pm2301_charger.c')
-rw-r--r--drivers/power/pm2301_charger.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c
index fde5805fdab0..87ddc658413f 100644
--- a/drivers/power/pm2301_charger.c
+++ b/drivers/power/pm2301_charger.c
@@ -16,16 +16,12 @@
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/power_supply.h>
-#include <linux/completion.h>
#include <linux/regulator/consumer.h>
#include <linux/err.h>
#include <linux/i2c.h>
#include <linux/workqueue.h>
-#include <linux/kobject.h>
-#include <linux/mfd/abx500.h>
#include <linux/mfd/abx500/ab8500.h>
#include <linux/mfd/abx500/ab8500-bm.h>
-#include <linux/mfd/abx500/ab8500-gpadc.h>
#include <linux/mfd/abx500/ux500_chargalg.h>
#include <linux/pm2301_charger.h>
#include <linux/gpio.h>
@@ -1018,7 +1014,6 @@ static int pm2xxx_wall_charger_probe(struct i2c_client *i2c_client,
/* get parent data */
pm2->dev = &i2c_client->dev;
- pm2->gpadc = ab8500_gpadc_get("ab8500-gpadc.0");
pm2->pm2_int = &pm2xxx_int;