diff options
Diffstat (limited to 'drivers/irqchip/irq-atmel-aic-common.h')
-rw-r--r-- | drivers/irqchip/irq-atmel-aic-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/irqchip/irq-atmel-aic-common.h b/drivers/irqchip/irq-atmel-aic-common.h index aa0a42c36a7f..90aa00e918d6 100644 --- a/drivers/irqchip/irq-atmel-aic-common.h +++ b/drivers/irqchip/irq-atmel-aic-common.h | |||
@@ -32,6 +32,8 @@ struct irq_domain *__init aic_common_of_init(struct device_node *node, | |||
32 | const struct irq_domain_ops *ops, | 32 | const struct irq_domain_ops *ops, |
33 | const char *name, int nirqs); | 33 | const char *name, int nirqs); |
34 | 34 | ||
35 | void __init aic_common_rtc_irq_fixup(struct device_node *root); | ||
36 | |||
35 | void __init aic_common_irq_fixup(const struct of_device_id *matches); | 37 | void __init aic_common_irq_fixup(const struct of_device_id *matches); |
36 | 38 | ||
37 | #endif /* __IRQ_ATMEL_AIC_COMMON_H */ | 39 | #endif /* __IRQ_ATMEL_AIC_COMMON_H */ |