kernel: move diff adding run_parsers_by_type() between mtd patches
authorRafał Miłecki <rafal@milecki.pl>
Tue, 20 Nov 2018 13:28:25 +0000 (14:28 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:13 +0000 (17:48 +0100)
commit2ea9570ec338c3f89b9b3c45032b91d7af8aef56
treea01d03ffe1aae42e96b27b866125969cb8c624c1
parent5b5b472888cd933fa50b2280434464fddf462c87
kernel: move diff adding run_parsers_by_type() between mtd patches

It makes more sense to add run_parsers_by_type() in a patch that
introduces parser types. That makes the other one just add a code using
it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(backported from 4585cd3bdfbf13808e56f227dede07a7d7e1dce0)
target/linux/generic/pending-4.14/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/pending-4.14/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/pending-4.9/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/pending-4.9/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch