summaryrefslogtreecommitdiff
path: root/include/linux/mfd/da9063
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2018-06-11 13:58:38 +0200
committerLee Jones <lee.jones@linaro.org>2018-07-04 07:15:29 +0100
commit7494de0454af50215bc46c93c83b88a32ca39fab (patch)
treee6ffc3743c2a9fc1f071c23100818323a9bd65ed /include/linux/mfd/da9063
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
mfd: da9063: Replace regmap_add_irq_chip with devm counterpart
Use devm_regmap_add_irq_chip() instead of plain regmap_add_irq_chip(), which removes the need for da9063_irq_exit() altogether and also fixes a bug in da9063_device_init() where the da9063_irq_exit() was not called in a failpath. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/da9063')
-rw-r--r--include/linux/mfd/da9063/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/da9063/core.h b/include/linux/mfd/da9063/core.h
index f3ae65db4c86..9ab7049977aa 100644
--- a/include/linux/mfd/da9063/core.h
+++ b/include/linux/mfd/da9063/core.h
@@ -95,6 +95,5 @@ int da9063_device_init(struct da9063 *da9063, unsigned int irq);
int da9063_irq_init(struct da9063 *da9063);
void da9063_device_exit(struct da9063 *da9063);
-void da9063_irq_exit(struct da9063 *da9063);
#endif /* __MFD_DA9063_CORE_H__ */