mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
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
This commit is contained in:
parent
b8a14b9359
commit
d0c031a4f5
@ -2884,10 +2884,13 @@
|
|||||||
+#endif
|
+#endif
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/mips/include/asm/mach-ar231x/ar231x.h
|
+++ b/arch/mips/include/asm/mach-ar231x/ar231x.h
|
||||||
@@ -0,0 +1,54 @@
|
@@ -0,0 +1,57 @@
|
||||||
+#ifndef __AR531X_H
|
+#ifndef __AR531X_H
|
||||||
+#define __AR531X_H
|
+#define __AR531X_H
|
||||||
+
|
+
|
||||||
|
+#include <linux/types.h>
|
||||||
|
+#include <linux/io.h>
|
||||||
|
+
|
||||||
+#define AR531X_MISC_IRQ_BASE 0x20
|
+#define AR531X_MISC_IRQ_BASE 0x20
|
||||||
+#define AR531X_GPIO_IRQ_BASE 0x30
|
+#define AR531X_GPIO_IRQ_BASE 0x30
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user