kernel: drop unneeded modification of mtd_add_partition function
authorRafał Miłecki <zajec5@gmail.com>
Fri, 4 Dec 2015 09:33:08 +0000 (09:33 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Fri, 4 Dec 2015 09:33:08 +0000 (09:33 +0000)
commit304c3411baac0f77b38f97360072c36a5ac8479b
tree6f36996baf99f0423efd5660feb7c5e39e68803d
parent416243107bedcc4d0f85ab22eadcdd0279ea48de
kernel: drop unneeded modification of mtd_add_partition function

In old days mtd_add_partition was checking for partitions overlapping
which was breaking our splitting feature. We had to modify this function
by adding an extra bool dup_check parameter. Upstream commit:
3a434f66e6da ("mtd: part: Remove partition overlap checks")
removed that check so we don't need our modification anymore.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47748
target/linux/generic/patches-4.4/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-4.4/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-4.4/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-4.4/404-mtd-add-more-helper-functions.patch
target/linux/generic/patches-4.4/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-4.4/412-mtd-partial_eraseblock_unlock.patch