diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-07 17:06:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-07 17:06:39 +0000 |
commit | 1a01559520512f161686152837b382144d2ff041 (patch) | |
tree | 6c3039aaed784d2ac77d941dda0848bd5527a06f /target/linux/atheros/patches-3.3 | |
parent | 80650c9475ce20b379b2cf3f3f46fa52098eb6e9 (diff) | |
download | upstream-1a01559520512f161686152837b382144d2ff041.tar.gz upstream-1a01559520512f161686152837b382144d2ff041.tar.bz2 upstream-1a01559520512f161686152837b382144d2ff041.zip |
atheros: Fix compilation
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
Diffstat (limited to 'target/linux/atheros/patches-3.3')
-rw-r--r-- | target/linux/atheros/patches-3.3/100-board.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.3/100-board.patch b/target/linux/atheros/patches-3.3/100-board.patch index ded4fb03f4..aaa4d4193a 100644 --- 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,54 @@ +@@ -0,0 +1,57 @@ +#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 + |