aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2012-02-23 14:27:58 +0100
committerRussell King <[email protected]>2012-03-25 23:57:17 +0100
commit905cdc88b6eb9074c203be4883bce6c170757338 (patch)
treefe83a5fb626ef85b9bc408261a7dabb2556a415e
parent7256ecc2b7b91b4212ccc5511cb12254bdf806d0 (diff)
ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.h
Since asm/irq.h may not include mach/irqs.h, include mach/irqs.h directly. Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Russell King <[email protected]>
-rw-r--r--drivers/rtc/rtc-sa1100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sa1100.c b/drivers/rtc/rtc-sa1100.c
index cb9a585312cc..e8f1adde4d82 100644
--- a/drivers/rtc/rtc-sa1100.c
+++ b/drivers/rtc/rtc-sa1100.c
@@ -32,7 +32,7 @@
#include <linux/bitops.h>
#include <mach/hardware.h>
-#include <asm/irq.h>
+#include <mach/irqs.h>
#ifdef CONFIG_ARCH_PXA
#include <mach/regs-rtc.h>