diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:49:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:53:07 +0200 |
commit | a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch) | |
tree | 320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/timer.c | |
parent | 8dcf470760b74c41e7c93deebc2ff60af3908c97 (diff) | |
download | blackbird-op-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.gz blackbird-op-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.zip |
ARM: u300: convert to sparse IRQs
This converts the U300 to use sparse IRQs, which is simple now
that the number of machines are reduced.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/timer.c b/arch/arm/mach-u300/timer.c index 146e81531da3..1da10e20e996 100644 --- a/arch/arm/mach-u300/timer.c +++ b/arch/arm/mach-u300/timer.c @@ -17,14 +17,15 @@ #include <linux/io.h> #include <linux/clk.h> #include <linux/err.h> +#include <linux/irq.h> #include <mach/hardware.h> +#include <mach/irqs.h> /* Generic stuff */ #include <asm/sched_clock.h> #include <asm/mach/map.h> #include <asm/mach/time.h> -#include <asm/mach/irq.h> #include "timer.h" |