aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pm2301_charger.h
diff options
context:
space:
mode:
authorM BenZoubeir <mustapha.ben.zoubeir-xsig@stericsson.com>2012-09-13 10:34:18 +0200
committerLee Jones <lee.jones@linaro.org>2013-03-07 12:35:51 +0800
commitf4095a0f06476e5914f2c58b4e96258b2e2ba6b7 (patch)
tree74acc75bc17ef1e7a8cbf57dd1b541d9aa239872 /include/linux/pm2301_charger.h
parentb3ea5f451e4e435b650e34142f8552002dc21297 (diff)
pm2301-charger: Adjust interrupt handler behavior
Signed-off-by: M BenZoubeir <mustapha.ben.zoubeir-xsig@stericsson.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'include/linux/pm2301_charger.h')
-rw-r--r--include/linux/pm2301_charger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm2301_charger.h b/include/linux/pm2301_charger.h
index fc3f026922ae..85c16defe11a 100644
--- a/include/linux/pm2301_charger.h
+++ b/include/linux/pm2301_charger.h
@@ -48,7 +48,7 @@ struct pm2xxx_charger_platform_data {
size_t num_supplicants;
int i2c_bus;
const char *label;
- int irq_number;
+ int gpio_irq_number;
unsigned int lpn_gpio;
int irq_type;
};