diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 09:03:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 09:03:50 +0000 |
commit | 3ee484d54c77f469528ee839c45189e7cd3d4db9 (patch) | |
tree | 6502bd6668a33fb7309642998668aaf6ee8b037d /target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch | |
parent | d5adb0dbdd93473fdc0e083f932f8da467e63bc6 (diff) | |
download | upstream-3ee484d54c77f469528ee839c45189e7cd3d4db9.tar.gz upstream-3ee484d54c77f469528ee839c45189e7cd3d4db9.tar.bz2 upstream-3ee484d54c77f469528ee839c45189e7cd3d4db9.zip |
ar71xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35870
Diffstat (limited to 'target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch b/target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch deleted file mode 100644 index 7d49362b7a..0000000000 --- a/target/linux/ar71xx/patches-3.7/412-mtd-m25p80-zero-partition-parser-data.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/mtd/devices/m25p80.c -+++ b/drivers/mtd/devices/m25p80.c -@@ -967,6 +967,7 @@ static int __devinit m25p_probe(struct s - if (info->flags & M25P_NO_ERASE) - flash->mtd.flags |= MTD_NO_ERASE; - -+ memset(&ppdata, '\0', sizeof(ppdata)); - ppdata.of_node = spi->dev.of_node; - flash->mtd.dev.parent = &spi->dev; - flash->page_size = info->page_size; |