Source
26
26
const u32 *intspec,
27
27
unsigned int intsize,
28
28
irq_hw_number_t *out_hwirq,
29
29
unsigned int *out_type);
30
30
31
31
struct irq_domain *__init aic_common_of_init(struct device_node *node,
32
32
const struct irq_domain_ops *ops,
33
33
const char *name, int nirqs,
34
34
const struct of_device_id *matches);
35
35
36
-
void __init aic_common_rtc_irq_fixup(struct device_node *root);
36
+
void __init aic_common_rtc_irq_fixup(void);
37
37
38
-
void __init aic_common_rtt_irq_fixup(struct device_node *root);
38
+
void __init aic_common_rtt_irq_fixup(void);
39
39
40
40
#endif /* __IRQ_ATMEL_AIC_COMMON_H */