kernel: don't export parse_mtd_partitions_by_type() in 4.9 and 4.14
authorRafał Miłecki <rafal@milecki.pl>
Tue, 20 Nov 2018 12:42:19 +0000 (13:42 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:13 +0000 (17:48 +0100)
commit5b5b472888cd933fa50b2280434464fddf462c87
tree2a119679393992a53043d4bb3a7ed6f6633ffd91
parent895e644fece80284a598e149c58902d446959572
kernel: don't export parse_mtd_partitions_by_type() in 4.9 and 4.14

That function isn't used anywhere out of the mtdpart.c & can be static.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(backported from 4d0431801d447ee8cffe96289ee531c67b795c1c)
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.14/404-mtd-add-more-helper-functions.patch
target/linux/generic/pending-4.14/411-mtd-partial_eraseblock_write.patch
target/linux/generic/pending-4.14/412-mtd-partial_eraseblock_unlock.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
target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch
target/linux/generic/pending-4.9/411-mtd-partial_eraseblock_write.patch
target/linux/generic/pending-4.9/412-mtd-partial_eraseblock_unlock.patch