summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/timer-mpu.c
diff options
context:
space:
mode:
authorSantosh Shilimkar2010-02-17 22:44:12 +0100
committerTony Lindgren2010-02-24 00:29:08 +0100
commit5772ca7d7897722e7ed4c476bafee0b07bd9193e (patch)
tree73d6bcc8284d8d99f2797d614b9c893a83b9e325 /arch/arm/mach-omap2/timer-mpu.c
parentomap4: Use dma line defines from dma-44xx.h (diff)
downloadkernel-qcow2-linux-5772ca7d7897722e7ed4c476bafee0b07bd9193e.tar.gz
kernel-qcow2-linux-5772ca7d7897722e7ed4c476bafee0b07bd9193e.tar.xz
kernel-qcow2-linux-5772ca7d7897722e7ed4c476bafee0b07bd9193e.zip
omap4: Use irq line defines from irq-44xx.h
This patch removes all the omap4 specific irq line defines from plat/irqs.h and includes auto-generated irqs-44xx.h All the legacy naming style defines are replaced with the one from irqs-44xx.h Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com> Reviewed-by: Paul Walmsley <paul@pwsan.com> [tony@atomide.com: updated to compile with usb-musb.c] Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/timer-mpu.c')
-rw-r--r--arch/arm/mach-omap2/timer-mpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer-mpu.c b/arch/arm/mach-omap2/timer-mpu.c
index c1a650a9910f..954682e64399 100644
--- a/arch/arm/mach-omap2/timer-mpu.c
+++ b/arch/arm/mach-omap2/timer-mpu.c
@@ -28,7 +28,7 @@
*/
void __cpuinit local_timer_setup(struct clock_event_device *evt)
{
- evt->irq = INT_44XX_LOCALTIMER_IRQ;
+ evt->irq = OMAP44XX_IRQ_LOCALTIMER;
twd_timer_setup(evt);
}