projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3e88a
)
ARM: mc146818rtc: remove unnecessary include of mach/irqs.h
author
Rob Herring
<rob.herring@calxeda.com>
Tue, 3 Jan 2012 20:55:24 +0000
(14:55 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Thu, 26 Jan 2012 02:37:45 +0000
(20:37 -0600)
The include of mach/irqs.h isn't needed, so remove it. Compiled CMOS rtc
driver. Add a check to make sure nothing depends on RTC_IRQ.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/include/asm/mc146818rtc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/mc146818rtc.h
b/arch/arm/include/asm/mc146818rtc.h
index 6b884d2b0b69eaf0395040d9d440b93cf0f274d1..e8567bb99dfc5531012c14976f3f93f57615cf58 100644
(file)
--- a/
arch/arm/include/asm/mc146818rtc.h
+++ b/
arch/arm/include/asm/mc146818rtc.h
@@
-5,7
+5,9
@@
#define _ASM_MC146818RTC_H
#include <linux/io.h>
-#include <mach/irqs.h>
+#include <linux/kernel.h>
+
+#define RTC_IRQ BUILD_BUG_ON(1)
#ifndef RTC_PORT
#define RTC_PORT(x) (0x70 + (x))