diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-18 21:05:40 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 17:58:10 +0400 |
commit | 10f9edaeaa30468194e1dcd0e47e59b012f4cf8b (patch) | |
tree | 21cc8d8c703b749e4a116a052817530de6309fee /include/linux/mfd/mc13783.h | |
parent | 215cd99a1ec70395cd5a20cd9b75d2d7af6bbe7e (diff) | |
download | linux-10f9edaeaa30468194e1dcd0e47e59b012f4cf8b.tar.xz |
mfd: mc13xxx: Use regmap irq framework for interrupts
This patch convert mc13xxx MFD driver to use regmap irq framework
for interrupt registration.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/mc13783.h')
-rw-r--r-- | include/linux/mfd/mc13783.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/mc13783.h b/include/linux/mfd/mc13783.h index a8eeda773a7b..4ff6137d8d67 100644 --- a/include/linux/mfd/mc13783.h +++ b/include/linux/mfd/mc13783.h @@ -86,6 +86,5 @@ #define MC13783_IRQ_HSL 43 #define MC13783_IRQ_ALSPTH 44 #define MC13783_IRQ_AHSSHORT 45 -#define MC13783_NUM_IRQ MC13XXX_NUM_IRQ #endif /* ifndef __LINUX_MFD_MC13783_H */ |