summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/timer.c
diff options
context:
space:
mode:
authorLinus Walleij2012-08-13 13:49:45 +0200
committerLinus Walleij2012-08-13 13:53:07 +0200
commita4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch)
tree320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/timer.c
parentARM: u300: move DMA channel header into mach-u300 (diff)
downloadkernel-qcow2-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.gz
kernel-qcow2-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.xz
kernel-qcow2-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.c3
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"