[ar71xx] add missing includes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16676 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2009-07-05 08:40:23 +00:00
parent 09cc2afa4f
commit 4672a50b90
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
* 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>