X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2Fpatches-3.18%2F050-revert_rootfs_splits.patch;fp=target%2Flinux%2Fadm5120%2Fpatches-3.18%2F050-revert_rootfs_splits.patch;h=6062259363e67dbd829065b6baeca19d16df76c2;hp=7181b91c5fc4278b61585a520b31dca999c70507;hb=bb3af3bc9bcee7688a022d3f447cb28739efb351;hpb=0052d363b24c726fb31c370ea52cc1c441d155a1 diff --git a/target/linux/adm5120/patches-3.18/050-revert_rootfs_splits.patch b/target/linux/adm5120/patches-3.18/050-revert_rootfs_splits.patch index 7181b91c5f..6062259363 100644 --- a/target/linux/adm5120/patches-3.18/050-revert_rootfs_splits.patch +++ b/target/linux/adm5120/patches-3.18/050-revert_rootfs_splits.patch @@ -1,9 +1,9 @@ --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -29,11 +29,9 @@ - #include +@@ -30,11 +30,9 @@ #include #include + #include -#include #include @@ -12,7 +12,7 @@ #define MTD_ERASE_PARTIAL 0x8000 /* partition only covers parts of an erase block */ -@@ -49,14 +47,13 @@ struct mtd_part { +@@ -50,14 +48,13 @@ struct mtd_part { struct list_head list; }; @@ -28,7 +28,7 @@ /* * MTD methods which simply translate the effective address and pass through * to the _real_ device. -@@ -520,12 +517,14 @@ static struct mtd_part *allocate_partiti +@@ -521,12 +518,14 @@ static struct mtd_part *allocate_partiti if (slave->offset == MTDPART_OFS_APPEND) slave->offset = cur_offset; if (slave->offset == MTDPART_OFS_NXTBLK) { @@ -46,7 +46,7 @@ } if (slave->offset == MTDPART_OFS_RETAIN) { slave->offset = cur_offset; -@@ -626,10 +625,8 @@ out_register: +@@ -627,10 +626,8 @@ out_register: return slave; } @@ -59,7 +59,7 @@ { struct mtd_partition part; struct mtd_part *p, *new; -@@ -661,24 +658,21 @@ __mtd_add_partition(struct mtd_info *mas +@@ -662,24 +659,21 @@ __mtd_add_partition(struct mtd_info *mas end = offset + length; mutex_lock(&mtd_partitions_mutex); @@ -94,7 +94,7 @@ return ret; err_inv: -@@ -688,12 +682,6 @@ err_inv: +@@ -689,12 +683,6 @@ err_inv: } EXPORT_SYMBOL_GPL(mtd_add_partition); @@ -107,7 +107,7 @@ int mtd_del_partition(struct mtd_info *master, int partno) { struct mtd_part *slave, *next; -@@ -717,166 +705,6 @@ int mtd_del_partition(struct mtd_info *m +@@ -718,166 +706,6 @@ int mtd_del_partition(struct mtd_info *m } EXPORT_SYMBOL_GPL(mtd_del_partition); @@ -274,7 +274,7 @@ /* * 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 -@@ -906,7 +734,6 @@ int add_mtd_partitions(struct mtd_info * +@@ -907,7 +735,6 @@ int add_mtd_partitions(struct mtd_info * mutex_unlock(&mtd_partitions_mutex); add_mtd_device(&slave->mtd); @@ -282,7 +282,7 @@ cur_offset = slave->offset + slave->mtd.size; } -@@ -936,30 +763,6 @@ static struct mtd_part_parser *get_parti +@@ -937,30 +764,6 @@ static struct mtd_part_parser *get_parti #define put_partition_parser(p) do { module_put((p)->owner); } while (0) @@ -313,7 +313,7 @@ void register_mtd_parser(struct mtd_part_parser *p) { spin_lock(&part_parser_lock); -@@ -1033,38 +836,6 @@ int parse_mtd_partitions(struct mtd_info +@@ -1076,38 +879,6 @@ int parse_mtd_partitions(struct mtd_info return ret; }