projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80650c9
)
atheros: Fix compilation
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 May 2012 17:06:39 +0000
(17:06 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 May 2012 17:06:39 +0000
(17:06 +0000)
With our recent switch to the 3.3 kernel target, some headers were
occidentally omitted.
Signed-off-by: Jonathan Bither <jonbither@gmail.com>
SVN-Revision: 31640
target/linux/atheros/patches-3.3/100-board.patch
patch
|
blob
|
history
diff --git
a/target/linux/atheros/patches-3.3/100-board.patch
b/target/linux/atheros/patches-3.3/100-board.patch
index ded4fb03f4d61e6bbaaaac366c1bab0cbffa13a7..aaa4d4193aaf0ec66daee216b0b00d7012cf2620 100644
(file)
--- a/
target/linux/atheros/patches-3.3/100-board.patch
+++ b/
target/linux/atheros/patches-3.3/100-board.patch
@@
-2884,10
+2884,13
@@
+#endif
--- /dev/null
+++ b/arch/mips/include/asm/mach-ar231x/ar231x.h
-@@ -0,0 +1,5
4
@@
+@@ -0,0 +1,5
7
@@
+#ifndef __AR531X_H
+#define __AR531X_H
+
++#include <linux/types.h>
++#include <linux/io.h>
++
+#define AR531X_MISC_IRQ_BASE 0x20
+#define AR531X_GPIO_IRQ_BASE 0x30
+