diff options
Diffstat (limited to 'arch/arm/common')
-rw-r--r-- | arch/arm/common/vic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/vic.c b/arch/arm/common/vic.c index 77287504c8b4..dcb004a804c7 100644 --- a/arch/arm/common/vic.c +++ b/arch/arm/common/vic.c | |||
@@ -197,8 +197,8 @@ static void __init vic_register(void __iomem *base, unsigned int irq, | |||
197 | v->domain.nr_irq = 32; | 197 | v->domain.nr_irq = 32; |
198 | #ifdef CONFIG_OF_IRQ | 198 | #ifdef CONFIG_OF_IRQ |
199 | v->domain.of_node = of_node_get(node); | 199 | v->domain.of_node = of_node_get(node); |
200 | v->domain.ops = &irq_domain_simple_ops; | ||
201 | #endif /* CONFIG_OF */ | 200 | #endif /* CONFIG_OF */ |
201 | v->domain.ops = &irq_domain_simple_ops; | ||
202 | irq_domain_add(&v->domain); | 202 | irq_domain_add(&v->domain); |
203 | } | 203 | } |
204 | 204 | ||