projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7256ecc
)
ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.h
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 23 Feb 2012 13:27:58 +0000
(14:27 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 25 Mar 2012 22:57:17 +0000
(23:57 +0100)
Since asm/irq.h may not include mach/irqs.h, include mach/irqs.h directly.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/rtc/rtc-sa1100.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/rtc-sa1100.c
b/drivers/rtc/rtc-sa1100.c
index cb9a585312cc765c3e08a6d60720c3f669c8ba7b..e8f1adde4d821cd6c36df785825c62fd36707a07 100644
(file)
--- 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>