diff options
| -rw-r--r-- | arch/mips/ath79/irq.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/mips/ath79/irq.c b/arch/mips/ath79/irq.c index 15ecb4831e12..bf1651cc7e64 100644 --- a/arch/mips/ath79/irq.c +++ b/arch/mips/ath79/irq.c | |||
| @@ -293,8 +293,16 @@ static int __init ath79_misc_intc_of_init( | |||
| 293 | 293 | ||
| 294 | return 0; | 294 | return 0; |
| 295 | } | 295 | } |
| 296 | IRQCHIP_DECLARE(ath79_misc_intc, "qca,ar7100-misc-intc", | 296 | |
| 297 | ath79_misc_intc_of_init); | 297 | static int __init ar7100_misc_intc_of_init( |
| 298 | struct device_node *node, struct device_node *parent) | ||
| 299 | { | ||
| 300 | ath79_misc_irq_chip.irq_mask_ack = ar71xx_misc_irq_mask; | ||
| 301 | return ath79_misc_intc_of_init(node, parent); | ||
| 302 | } | ||
| 303 | |||
| 304 | IRQCHIP_DECLARE(ar7100_misc_intc, "qca,ar7100-misc-intc", | ||
| 305 | ar7100_misc_intc_of_init); | ||
| 298 | 306 | ||
| 299 | static int __init ar79_cpu_intc_of_init( | 307 | static int __init ar79_cpu_intc_of_init( |
| 300 | struct device_node *node, struct device_node *parent) | 308 | struct device_node *node, struct device_node *parent) |
