X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f6ceb966a6d45934fb5ebf157f4e4f30652ea8ca..a0a75427ac2604fa264a967fb0eb670b45486d01:/target/linux/generic/patches-2.6.38/065-rootfs_split.patch diff --git a/target/linux/generic/patches-2.6.38/065-rootfs_split.patch b/target/linux/generic/patches-2.6.38/065-rootfs_split.patch index 04cc90a48..bd94b18ad 100644 --- a/target/linux/generic/patches-2.6.38/065-rootfs_split.patch +++ b/target/linux/generic/patches-2.6.38/065-rootfs_split.patch @@ -191,16 +191,17 @@ /* * This function, given a master MTD object and a partition table, creates * and registers slave MTD objects which are bound to the master according to -@@ -651,7 +800,7 @@ int add_mtd_partitions(struct mtd_info * - { +@@ -652,6 +801,9 @@ int add_mtd_partitions(struct mtd_info * struct mtd_part *slave; uint64_t cur_offset = 0; -- int i; -+ int i, ret; + int i; ++#ifdef CONFIG_MTD_ROOTFS_SPLIT ++ int ret; ++#endif printk(KERN_NOTICE "Creating %d MTD partitions on \"%s\":\n", nbparts, master->name); -@@ -666,6 +815,21 @@ int add_mtd_partitions(struct mtd_info * +@@ -666,6 +818,21 @@ int add_mtd_partitions(struct mtd_info * add_mtd_device(&slave->mtd); @@ -222,7 +223,7 @@ cur_offset = slave->offset + slave->mtd.size; } -@@ -673,6 +837,32 @@ int add_mtd_partitions(struct mtd_info * +@@ -673,6 +840,32 @@ int add_mtd_partitions(struct mtd_info * } EXPORT_SYMBOL(add_mtd_partitions);