From d0c031a4f54b00d633a4d662d875a75c4bf9b179 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 7 May 2012 17:06:39 +0000 Subject: atheros: Fix compilation With our recent switch to the 3.3 kernel target, some headers were occidentally omitted. Signed-off-by: Jonathan Bither git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31640 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-3.3/100-board.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/atheros/patches-3.3/100-board.patch b/target/linux/atheros/patches-3.3/100-board.patch index ded4fb03f..aaa4d4193 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 ++#include ++ +#define AR531X_MISC_IRQ_BASE 0x20 +#define AR531X_GPIO_IRQ_BASE 0x30 + -- cgit v1.2.3