diff options
author | M BenZoubeir <mustapha.ben.zoubeir-xsig@stericsson.com> | 2012-09-13 10:34:18 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-03-07 12:35:51 +0800 |
commit | f4095a0f06476e5914f2c58b4e96258b2e2ba6b7 (patch) | |
tree | 74acc75bc17ef1e7a8cbf57dd1b541d9aa239872 /include/linux/pm2301_charger.h | |
parent | b3ea5f451e4e435b650e34142f8552002dc21297 (diff) | |
download | talos-obmc-linux-f4095a0f06476e5914f2c58b4e96258b2e2ba6b7.tar.gz talos-obmc-linux-f4095a0f06476e5914f2c58b4e96258b2e2ba6b7.zip |
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.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 { size_t num_supplicants; int i2c_bus; const char *label; - int irq_number; + int gpio_irq_number; unsigned int lpn_gpio; int irq_type; }; |