diff options
author | John Crispin <john@openwrt.org> | 2011-11-03 15:15:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-03 15:15:52 +0000 |
commit | ea36ad76bcf0043d137da37ea1aee7bded76f5a2 (patch) | |
tree | f75ee0417c813ac599e78048c15bdd5f4ffacb82 /target/linux/lantiq/patches/999-mtd.patch | |
parent | d8722fac7046020715c41106df28371f3f521132 (diff) | |
download | mtk-20170518-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.zip mtk-20170518-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.tar.gz mtk-20170518-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.tar.bz2 |
lantiq: bump to 3.1
SVN-Revision: 28721
Diffstat (limited to 'target/linux/lantiq/patches/999-mtd.patch')
-rw-r--r-- | target/linux/lantiq/patches/999-mtd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches/999-mtd.patch b/target/linux/lantiq/patches/999-mtd.patch new file mode 100644 index 0000000..713dd1f --- /dev/null +++ b/target/linux/lantiq/patches/999-mtd.patch @@ -0,0 +1,11 @@ +--- a/drivers/mtd/maps/lantiq-flash.c ++++ b/drivers/mtd/maps/lantiq-flash.c +@@ -20,6 +20,8 @@ + #include <linux/platform_device.h> + #include <linux/mtd/physmap.h> + ++#include "../mtdcore.h" ++ + #include <lantiq_soc.h> + #include <lantiq_platform.h> + |