diff options
| author | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:51 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:51 +0000 |
| commit | 8b2e8f6674f5ddeab9f9a97a054b1f6d44aa8d6e (patch) | |
| tree | 6176db2f86b4171064f8f14a3452897ffb1970d2 /target/linux/rdc/patches-2.6.30/012-export_erase_write.patch | |
| parent | f6935a4bdb19c7084c43a37f73baf890231c4e80 (diff) | |
| download | mtk-20170518-8b2e8f6674f5ddeab9f9a97a054b1f6d44aa8d6e.zip mtk-20170518-8b2e8f6674f5ddeab9f9a97a054b1f6d44aa8d6e.tar.gz mtk-20170518-8b2e8f6674f5ddeab9f9a97a054b1f6d44aa8d6e.tar.bz2 | |
remove 2.6.30 support
SVN-Revision: 22274
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 b96e786..0000000 --- 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 |
