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 | 94808b59b4df866fb8c5dc05c1f8ad0509b84e80 (patch) | |
tree | b51f3b5c1a435ad666d0099357f7bba36fc0d348 /target/linux/atheros | |
parent | 32e3956d549a05650b2a926eaf9bbf32b4c7d2ea (diff) | |
download | master-187ad058-94808b59b4df866fb8c5dc05c1f8ad0509b84e80.tar.gz master-187ad058-94808b59b4df866fb8c5dc05c1f8ad0509b84e80.tar.bz2 master-187ad058-94808b59b4df866fb8c5dc05c1f8ad0509b84e80.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31640 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-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 + |