[ar71xx] add missing includes
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 08:40:23 +0000 (08:40 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 08:40:23 +0000 (08:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16676 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/pci.c

index 19199f1..6a07697 100644 (file)
  *  by the Free Software Foundation.
  */
 
+#include <linux/kernel.h>
+
+#include <asm/traps.h>
+
 #include <asm/mach-ar71xx/ar71xx.h>
 #include <asm/mach-ar71xx/pci.h>