aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-12-13 20:06:47 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-12-13 20:06:47 +0000
commit2b4fbeb6d4f77fe3cb441a36f26a577166df381a (patch)
tree549347edf8c99e78c47352ae9e2e43ea4a2da112 /target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
parent0fa857f3bad4ee0c385aa3fac6defa97e3e1b991 (diff)
downloadupstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.tar.gz
upstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.tar.bz2
upstream-2b4fbeb6d4f77fe3cb441a36f26a577166df381a.zip
kernel: move old firmware uimage splitter into separated patch
This will allow us to drop it in the future. This patch doesn't change the final mtdpart.c, it remains the same. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43696
Diffstat (limited to 'target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch')
-rw-r--r--target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch b/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
index d996b60eb5..cf35024119 100644
--- a/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
+++ b/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
@@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
-@@ -755,6 +755,30 @@ static struct mtd_part_parser *get_parti
+@@ -716,6 +716,30 @@ static struct mtd_part_parser *get_parti
#define put_partition_parser(p) do { module_put((p)->owner); } while (0)
@@ -42,7 +42,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
void register_mtd_parser(struct mtd_part_parser *p)
{
spin_lock(&part_parser_lock);
-@@ -828,6 +852,38 @@ int parse_mtd_partitions(struct mtd_info
+@@ -789,6 +813,38 @@ int parse_mtd_partitions(struct mtd_info
return ret;
}