diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-15 23:58:15 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-16 14:09:52 +0200 |
commit | 578fdfdf32a84ca17ed2090dba4ff2c8e688cc89 (patch) | |
tree | 938591a223a6546c9f327f45734f1c219243e7f7 /arch/arm/mach-integrator/pci_v3.c | |
parent | d7057e1de8d6c180eb2ecd90b0cab9d1a8a4d8ab (diff) |
ARM: integrator: decommission the <mach/irqs.h> header
This header is no longer needed when we boot from the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/pci_v3.c')
-rw-r--r-- | arch/arm/mach-integrator/pci_v3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index 67406fc46004..ce8d0cafb7cf 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c @@ -36,7 +36,6 @@ #include <mach/hardware.h> #include <mach/platform.h> -#include <mach/irqs.h> #include <asm/mach/map.h> #include <asm/signal.h> |