projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
drivers
/
mtd
/
maps
/
adm5120_mtd.c
diff --git
a/target/linux/adm5120-2.6/files/drivers/mtd/maps/adm5120_mtd.c
b/target/linux/adm5120-2.6/files/drivers/mtd/maps/adm5120_mtd.c
index
a1737d7
..
41c290b
100644
(file)
--- a/
target/linux/adm5120-2.6/files/drivers/mtd/maps/adm5120_mtd.c
+++ b/
target/linux/adm5120-2.6/files/drivers/mtd/maps/adm5120_mtd.c
@@
-43,6
+43,7
@@
#include <linux/wait.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
+#include <linux/sched.h>
#ifdef CONFIG_MTD_PARTITIONS
#include <linux/mtd/partitions.h>
#endif
This page took
0.022544 seconds
and
4
git commands to generate.