aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-06 13:49:11 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-06 13:49:11 +0000
commit2fe5eba1d8281eded5b490b00d87394c000da0ae (patch)
tree561fd9a10bf22f0f4108ce535671154d21c6d7c0 /target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch
parentbb492392747ea57deb54d4bbd52e5d5ce83a08a2 (diff)
downloadmaster-187ad058-2fe5eba1d8281eded5b490b00d87394c000da0ae.tar.gz
master-187ad058-2fe5eba1d8281eded5b490b00d87394c000da0ae.tar.bz2
master-187ad058-2fe5eba1d8281eded5b490b00d87394c000da0ae.zip
kernel: allow rootfs splitters to work without CONFIG_MTD_ROOTFS_SPLIT
We want to remove that old (built-in) splitter at some point. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch')
-rw-r--r--target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch b/target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch
index c6ce8728bb..420095eb69 100644
--- a/target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch
+++ b/target/linux/generic/patches-3.14/405-mtd-add-more-helper-functions.patch
@@ -18,7 +18,7 @@
}
if (slave->offset == MTDPART_OFS_RETAIN) {
slave->offset = cur_offset;
-@@ -985,6 +983,24 @@ int mtd_is_partition(const struct mtd_in
+@@ -984,6 +982,24 @@ int mtd_is_partition(const struct mtd_in
}
EXPORT_SYMBOL_GPL(mtd_is_partition);