diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-14 09:18:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-14 09:18:32 +0000 |
commit | b472e5d12e5f607d1c9e93d53e35162c476e54dc (patch) | |
tree | a4d6ddead5e7cd3d28f53c4f8e19a878822e2bd8 /target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch | |
parent | a243cb1735cd8f3adc77eeb490febd8b8989ca3f (diff) | |
download | upstream-b472e5d12e5f607d1c9e93d53e35162c476e54dc.tar.gz upstream-b472e5d12e5f607d1c9e93d53e35162c476e54dc.tar.bz2 upstream-b472e5d12e5f607d1c9e93d53e35162c476e54dc.zip |
kernel: update linux 3.3 to 3.3.6
SVN-Revision: 31709
Diffstat (limited to 'target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch b/target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch index 62cfc4ec93..5883d2a639 100644 --- a/target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch +++ b/target/linux/lantiq/patches-3.3/201-owrt-mtd_split.patch @@ -13,7 +13,7 @@ ---help--- --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -874,6 +874,169 @@ static int refresh_rootfs_split(struct m +@@ -867,6 +867,169 @@ static int refresh_rootfs_split(struct m } #endif /* CONFIG_MTD_ROOTFS_SPLIT */ @@ -183,7 +183,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 -@@ -890,7 +1053,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -883,7 +1046,7 @@ int add_mtd_partitions(struct mtd_info * struct mtd_part *slave; uint64_t cur_offset = 0; int i; @@ -192,7 +192,7 @@ int ret; #endif -@@ -907,6 +1070,17 @@ int add_mtd_partitions(struct mtd_info * +@@ -900,6 +1063,17 @@ int add_mtd_partitions(struct mtd_info * add_mtd_device(&slave->mtd); |