aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/kernel/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/irq.c')
-rw-r--r--arch/c6x/kernel/irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/kernel/irq.c b/arch/c6x/kernel/irq.c
index c6b36e86a01..d77bcfdf0d8 100644
--- a/arch/c6x/kernel/irq.c
+++ b/arch/c6x/kernel/irq.c
@@ -88,6 +88,7 @@ static int core_domain_map(struct irq_domain *h, unsigned int virq,
static const struct irq_domain_ops core_domain_ops = {
.map = core_domain_map,
+ .xlate = irq_domain_xlate_onecell,
};
void __init init_IRQ(void)