summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.32/012-export_erase_write.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-05 11:43:32 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-05 11:43:32 +0000
commite3bebfe1fbdc9582045b24d51b45214bd835f983 (patch)
tree803b1e3a649bd12512b645cb43e2698d594c1145 /target/linux/rdc/patches-2.6.32/012-export_erase_write.patch
parent9ca85294f43467a541558f0f5f10b8737d8eacd5 (diff)
rdc: remove 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/012-export_erase_write.patch')
-rw-r--r--target/linux/rdc/patches-2.6.32/012-export_erase_write.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/rdc/patches-2.6.32/012-export_erase_write.patch b/target/linux/rdc/patches-2.6.32/012-export_erase_write.patch
deleted file mode 100644
index 5143a7c39..000000000
--- a/target/linux/rdc/patches-2.6.32/012-export_erase_write.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/drivers/mtd/mtdblock.c
-+++ b/drivers/mtd/mtdblock.c
-@@ -47,7 +47,7 @@ static void erase_callback(struct erase_
- wake_up(wait_q);
- }
-
--static int erase_write (struct mtd_info *mtd, unsigned long pos,
-+int erase_write (struct mtd_info *mtd, unsigned long pos,
- int len, const char *buf)
- {
- struct erase_info erase;
---- a/include/linux/mtd/mtd.h
-+++ b/include/linux/mtd/mtd.h
-@@ -319,6 +319,10 @@ int default_mtd_writev(struct mtd_info *
- int default_mtd_readv(struct mtd_info *mtd, struct kvec *vecs,
- unsigned long count, loff_t from, size_t *retlen);
-
-+int erase_write (struct mtd_info *mtd, unsigned long pos,
-+ int len, const char *buf);
-+
-+
- #ifdef CONFIG_MTD_PARTITIONS
- void mtd_erase_callback(struct erase_info *instr);
- #else