projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for the MN-700 platform, closes #2575
[openwrt.git]
/
target
/
linux
/
rdc
/
files
/
drivers
/
mtd
/
maps
/
rdc3210.c
diff --git
a/target/linux/rdc/files/drivers/mtd/maps/rdc3210.c
b/target/linux/rdc/files/drivers/mtd/maps/rdc3210.c
index
bc94454
..
2c536ce
100644
(file)
--- a/
target/linux/rdc/files/drivers/mtd/maps/rdc3210.c
+++ b/
target/linux/rdc/files/drivers/mtd/maps/rdc3210.c
@@
-15,8
+15,7
@@
#include <linux/mtd/partitions.h>
#include <linux/autoconf.h>
#include <linux/sched.h>
-
-#define SQUASHFS_MAGIC 0x73717368
+#include <linux/magic.h>
static struct mtd_info *rdc3210_mtd;
This page took
0.020189 seconds
and
4
git commands to generate.