diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:08:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:08:47 +0000 |
commit | 54df4395cccd0483a54b9c424bdd919d641218d7 (patch) | |
tree | 111de93f7b01afa944581b543658f4e71514379a /target/linux/ar7/patches-2.6.32/920-ar7part.patch | |
parent | 7a32d5d9e311b422a29ac138266a72aeb981c49d (diff) | |
download | upstream-54df4395cccd0483a54b9c424bdd919d641218d7.tar.gz upstream-54df4395cccd0483a54b9c424bdd919d641218d7.tar.bz2 upstream-54df4395cccd0483a54b9c424bdd919d641218d7.zip |
[ar7] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.32/920-ar7part.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.32/920-ar7part.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar7/patches-2.6.32/920-ar7part.patch b/target/linux/ar7/patches-2.6.32/920-ar7part.patch index e4ad09f2d8..84958551be 100644 --- a/target/linux/ar7/patches-2.6.32/920-ar7part.patch +++ b/target/linux/ar7/patches-2.6.32/920-ar7part.patch @@ -1,5 +1,5 @@ ---- a/drivers/mtd/ar7part.c-back 2010-01-13 15:58:44.000000000 -0500 -+++ b/drivers/mtd/ar7part.c 2010-01-13 16:16:05.000000000 -0500 +--- a/drivers/mtd/ar7part.c ++++ b/drivers/mtd/ar7part.c @@ -27,12 +27,14 @@ #include <linux/mtd/partitions.h> #include <linux/bootmem.h> @@ -26,7 +26,7 @@ static int create_mtd_partitions(struct mtd_info *master, struct mtd_partition **pparts, unsigned long origin) -@@ -57,6 +63,16 @@ static int create_mtd_partitions(struct +@@ -57,6 +63,16 @@ static int create_mtd_partitions(struct int retries = 10; struct mtd_partition *ar7_parts; @@ -43,8 +43,8 @@ ar7_parts = kzalloc(sizeof(*ar7_parts) * AR7_PARTS, GFP_KERNEL); if (!ar7_parts) return -ENOMEM; ---- a/drivers/mtd/Makefile 2010-01-11 14:44:12.000000000 -0500 -+++ a/drivers/mtd/Makefile 2010-02-03 13:44:38.000000000 -0500 +--- a/drivers/mtd/Makefile ++++ b/drivers/mtd/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_MTD_REDBOOT_PARTS) += redbo obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o obj-$(CONFIG_MTD_AFS_PARTS) += afs.o |