diff options
author | M BenZoubeir <mustapha.ben.zoubeir-xsig@stericsson.com> | 2012-09-13 04:34:18 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-03-06 23:35:51 -0500 |
commit | f4095a0f06476e5914f2c58b4e96258b2e2ba6b7 (patch) | |
tree | 74acc75bc17ef1e7a8cbf57dd1b541d9aa239872 /include | |
parent | b3ea5f451e4e435b650e34142f8552002dc21297 (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')
-rw-r--r-- | include/linux/pm2301_charger.h | 2 |
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 { | |||
48 | size_t num_supplicants; | 48 | size_t num_supplicants; |
49 | int i2c_bus; | 49 | int i2c_bus; |
50 | const char *label; | 50 | const char *label; |
51 | int irq_number; | 51 | int gpio_irq_number; |
52 | unsigned int lpn_gpio; | 52 | unsigned int lpn_gpio; |
53 | int irq_type; | 53 | int irq_type; |
54 | }; | 54 | }; |