diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-05-02 17:05:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 13:54:32 +0200 |
commit | 69fc4ca30cbd08927df060eb1e2308c3b240a57f (patch) | |
tree | 8b7b729dd7ed925a1a3db5b44fa7c44982ffca18 /arch/arm/mach-u300/timer.c | |
parent | de4b3285890c3929d23c766e1e0072ebbc805b86 (diff) |
ARM: u300: delete <mach/irqs.h>
All IRQs are now obtained from the device tree, and this file
is unused, so delete it.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/timer.c')
-rw-r--r-- | arch/arm/mach-u300/timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/timer.c b/arch/arm/mach-u300/timer.c index 00499d9fb4c5..2e1c81daf3c1 100644 --- a/arch/arm/mach-u300/timer.c +++ b/arch/arm/mach-u300/timer.c @@ -22,8 +22,6 @@ #include <linux/of_address.h> #include <linux/of_irq.h> -#include <mach/irqs.h> - /* Generic stuff */ #include <asm/sched_clock.h> #include <asm/mach/map.h> |