diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-02-26 10:46:48 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-24 10:38:56 +0100 |
commit | 695436e3738ec6375a4a1026034d14433be3fb3a (patch) | |
tree | 3255d6fbe91c470f55cc4328b8c4f318a657151e /arch/arm/mach-integrator/pci_v3.c | |
parent | ARM: 7259/3: net: JIT compiler for packet filters (diff) | |
download | linux-695436e3738ec6375a4a1026034d14433be3fb3a.tar.xz linux-695436e3738ec6375a4a1026034d14433be3fb3a.zip |
ARM: 7349/1: integrator: convert to sparse irqs
This converts the Integrator AP/CP to use sparse IRQs.
Tested on both machines.
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/pci_v3.c')
-rw-r--r-- | arch/arm/mach-integrator/pci_v3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index 3c82566acece..65e5896630e4 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c @@ -30,7 +30,8 @@ #include <mach/hardware.h> #include <mach/platform.h> -#include <asm/irq.h> +#include <mach/irqs.h> + #include <asm/signal.h> #include <asm/system.h> #include <asm/mach/pci.h> |