diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-18 10:29:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-18 10:29:51 +0000 |
commit | 349bd35d6d71af2b45be93ab278381376763e503 (patch) | |
tree | 8eea02afdbe07585e265c385508760de94c70c66 /target/linux/rdc/patches-2.6.30/012-export_erase_write.patch | |
parent | 741d3e3d164ac950d5b98c85aafd307954ac9e8f (diff) |
[rdc] remove 2.6.30 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/012-export_erase_write.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/012-export_erase_write.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/rdc/patches-2.6.30/012-export_erase_write.patch b/target/linux/rdc/patches-2.6.30/012-export_erase_write.patch deleted file mode 100644 index b96e78603..000000000 --- a/target/linux/rdc/patches-2.6.30/012-export_erase_write.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/drivers/mtd/mtdblock.c -+++ b/drivers/mtd/mtdblock.c -@@ -45,7 +45,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 |