diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/pcf50633/core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index ad411a78870c..50d4a047118d 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h | |||
| @@ -227,4 +227,11 @@ static inline struct pcf50633 *dev_to_pcf50633(struct device *dev) | |||
| 227 | return dev_get_drvdata(dev); | 227 | return dev_get_drvdata(dev); |
| 228 | } | 228 | } |
| 229 | 229 | ||
| 230 | int pcf50633_irq_init(struct pcf50633 *pcf, int irq); | ||
| 231 | void pcf50633_irq_free(struct pcf50633 *pcf); | ||
| 232 | #ifdef CONFIG_PM | ||
| 233 | int pcf50633_irq_suspend(struct pcf50633 *pcf); | ||
| 234 | int pcf50633_irq_resume(struct pcf50633 *pcf); | ||
| 235 | #endif | ||
| 236 | |||
| 230 | #endif | 237 | #endif |
