From f3a33706788c4c3e340d6a909596795d95f7c418 Mon Sep 17 00:00:00 2001 From: Barry Song Date: Sun, 4 Sep 2011 22:15:18 -0700 Subject: [PATCH] --- yaml --- r: 272701 b: refs/heads/master c: 858ba703e842f4ece6680b45862ee9e6e6297d1e h: refs/heads/master i: 272699: f4444877d2d679c2a3cf530a3743f4200e11f2b6 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-prima2/irq.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 97e1a35ca1cc..8caa49d0d299 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c915bedf221ad4f017710865fc963b1e0dda1390 +refs/heads/master: 858ba703e842f4ece6680b45862ee9e6e6297d1e diff --git a/trunk/arch/arm/mach-prima2/irq.c b/trunk/arch/arm/mach-prima2/irq.c index 7af254d046ba..cf80a72c0a09 100644 --- a/trunk/arch/arm/mach-prima2/irq.c +++ b/trunk/arch/arm/mach-prima2/irq.c @@ -13,6 +13,7 @@ #include #include #include +#include #define SIRFSOC_INT_RISC_MASK0 0x0018 #define SIRFSOC_INT_RISC_MASK1 0x001C @@ -66,6 +67,8 @@ void __init sirfsoc_of_irq_init(void) if (!sirfsoc_intc_base) panic("unable to map intc cpu registers\n"); + irq_domain_add_simple(np, 0); + of_node_put(np); sirfsoc_irq_init();