1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-23 14:39:18 +03:00

ar71xx: fix build error in the rb{4xx,750}_nand drivers on 2.6.34/35

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21736 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-06-09 15:31:34 +00:00
parent 7a2322730e
commit e3ad321217
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <asm/mach-ar71xx/ar71xx.h>

View File

@ -14,6 +14,7 @@
#include <linux/mtd/partitions.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <asm/mach-ar71xx/ar71xx.h>
#include <asm/mach-ar71xx/mach-rb750.h>