diff options
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r-- | include/linux/regmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index cfce3a358fbf..eb93921cdd30 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h | |||
@@ -195,5 +195,6 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags, | |||
195 | int irq_base, struct regmap_irq_chip *chip, | 195 | int irq_base, struct regmap_irq_chip *chip, |
196 | struct regmap_irq_chip_data **data); | 196 | struct regmap_irq_chip_data **data); |
197 | void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data); | 197 | void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data); |
198 | int regmap_irq_chip_get_base(struct regmap_irq_chip_data *data); | ||
198 | 199 | ||
199 | #endif | 200 | #endif |