projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix build error in the rb{4xx,750}_nand drivers on 2.6.34/35
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
mtd
/
nand
/
rb750_nand.c
diff --git
a/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
b/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
index
a80e5df
..
badc781
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
+++ b/
target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
@@
-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>
This page took
0.028297 seconds
and
4
git commands to generate.