aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-12-07 22:53:41 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-15 14:28:48 +0100
commite30ea44f687f22ee9285d09d43b1593d3f85bb47 (patch)
tree22da23e333cadabb6847df3bfd9d8f77b3d87ec0 /target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch
parent9261e7447ea7b8d33b70ff6ea008f2041a88e255 (diff)
downloadupstream-e30ea44f687f22ee9285d09d43b1593d3f85bb47.tar.gz
upstream-e30ea44f687f22ee9285d09d43b1593d3f85bb47.tar.bz2
upstream-e30ea44f687f22ee9285d09d43b1593d3f85bb47.zip
kernel: Remove deprecated generic linux,part-probe patch
This is now replaced by some other mtd partition parsing which was merged into upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch')
-rw-r--r--target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch b/target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch
index a454b5cf7a..d48447fb9c 100644
--- a/target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch
+++ b/target/linux/generic/pending-4.19/401-mtd-add-support-for-different-partition-parser-types.patch
@@ -9,7 +9,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
-@@ -56,6 +56,10 @@ struct mtd_part {
+@@ -55,6 +55,10 @@ struct mtd_part {
};
static void mtd_partition_split(struct mtd_info *master, struct mtd_part *part);
@@ -20,7 +20,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
/*
* Given a pointer to the MTD object in the mtd_part structure, we can retrieve
-@@ -703,6 +707,36 @@ int mtd_del_partition(struct mtd_info *m
+@@ -702,6 +706,36 @@ int mtd_del_partition(struct mtd_info *m
}
EXPORT_SYMBOL_GPL(mtd_del_partition);
@@ -57,7 +57,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
#ifdef CONFIG_MTD_SPLIT_FIRMWARE_NAME
#define SPLIT_FIRMWARE_NAME CONFIG_MTD_SPLIT_FIRMWARE_NAME
#else
-@@ -1077,6 +1111,61 @@ void mtd_part_parser_cleanup(struct mtd_
+@@ -1037,6 +1071,61 @@ void mtd_part_parser_cleanup(struct mtd_
}
}