diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-02-27 22:38:38 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-07 02:48:02 +0100 |
commit | 5eb43d2813b24153eebde2b09da75408fd443563 (patch) | |
tree | 8a03fa35b19b729410e594f895d30ae170877e11 /arch/arm/mach-nomadik/cpu-8815.c | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (diff) |
ARM: nomadik: delete IRQ header
This header is not used any more after the platform was switched
to obtain resources from the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-nomadik/cpu-8815.c')
-rw-r--r-- | arch/arm/mach-nomadik/cpu-8815.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-nomadik/cpu-8815.c b/arch/arm/mach-nomadik/cpu-8815.c index 21c1aa512640..59f6ff5c9bae 100644 --- a/arch/arm/mach-nomadik/cpu-8815.c +++ b/arch/arm/mach-nomadik/cpu-8815.c @@ -38,7 +38,6 @@ #include <linux/gpio.h> #include <linux/amba/mmci.h> -#include <mach/irqs.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include <asm/mach/time.h> |