add gpio support to atheros, fixes #1861, thanks Othello
[openwrt.git] / target / linux / atheros / files / arch / mips / atheros / ar5315 / irq.c
index 750c905..621c7fc 100644 (file)
@@ -23,7 +23,9 @@
 #include <asm/bootinfo.h>
 #include <asm/irq_cpu.h>
 #include <asm/io.h>
-#include "../ar531x.h"
+
+#include <ar531x.h>
+#include <gpio.h>
 
 static u32 gpiointmask = 0, gpiointval = 0;
 
This page took 0.02546 seconds and 4 git commands to generate.