]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: at91: fix external interrupt specification in board code
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 24 Oct 2012 14:19:47 +0000 (16:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 17:10:19 +0000 (10:10 -0700)
commitc5bb11c743f93a487b2e5806ede0cb14ca92c873
tree2c21ff05764d11f2df490cdd0d84dd591b30c701
parenta009557c905f624b230c0d6f70cf41f3d9f5bd91
ARM: at91: fix external interrupt specification in board code

commit 69e7ea04c9365626c0963ff09bbaa3a1b49e293a upstream.

Since the switch to sparse irq, we have to add the NR_IRQS_LEGACY
offset to static irq numbers. It has been forgotten on these
SPI irq definitions in board code.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-at91/board-neocore926.c
arch/arm/mach-at91/board-sam9261ek.c
arch/arm/mach-at91/board-sam9263ek.c