summaryrefslogtreecommitdiffstats
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-10-07 07:35:17 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-07 07:35:17 +0000
commitb9d3767ada27b9177f6a7ed9f33ab2b2c8fde704 (patch)
treed2a5cd78eb91654299452947dac8a5c4dddbfd8d /target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch
parent2818493e823e1d01ef6e6b04343034d79021d7a3 (diff)
downloadmaster-31e0f0ae-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.tar.gz
master-31e0f0ae-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.tar.bz2
master-31e0f0ae-b9d3767ada27b9177f6a7ed9f33ab2b2c8fde704.zip
kernel: move old "rootfs" splitter into separated file
This will simplify removing it in the future. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42828
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 7249b30c5a..d996b60eb5 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
-@@ -803,6 +803,30 @@ static struct mtd_part_parser *get_parti
+@@ -755,6 +755,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);
-@@ -876,6 +900,38 @@ int parse_mtd_partitions(struct mtd_info
+@@ -828,6 +852,38 @@ int parse_mtd_partitions(struct mtd_info
return ret;
}