add missing includes
authorGabor Juhos <juhosg@openwrt.org>
Sun, 5 Jul 2009 08:40:23 +0000 (08:40 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 5 Jul 2009 08:40:23 +0000 (08:40 +0000)
SVN-Revision: 16676

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

index 19199f15d09e60da87c9db59d533513841696416..6a07697f0ddcdde023fcd11bde3d04e220b4bdcf 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>