Re: [PATCH 6/6] ARM: at91/board-dt: remove AIC irq domain from board file

2012-01-04 Thread Grant Likely
On Thu, Dec 15, 2011 at 08:16:08PM +0100, Nicolas Ferre wrote: > Adding of irqdomain in AIC code make the specification > of the irq domain in board file useless. > > Signed-off-by: Nicolas Ferre Acked-by: Grant Likely > --- > arch/arm/mach-at91/board-dt.c | 15 +-- > 1 files ch

[PATCH 6/6] ARM: at91/board-dt: remove AIC irq domain from board file

2011-12-15 Thread Nicolas Ferre
Adding of irqdomain in AIC code make the specification of the irq domain in board file useless. Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/board-dt.c | 15 +-- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/arch/arm/mach-at91/board-dt.c b/arch/arm/mach-at9