kernel: remove linux 3.3 patches and config
[openwrt.git] / target / linux / generic / patches-3.3 / 443-block2mtd-avoid-recursive-call-of-mtd_writev.patch
diff --git a/target/linux/generic/patches-3.3/443-block2mtd-avoid-recursive-call-of-mtd_writev.patch b/target/linux/generic/patches-3.3/443-block2mtd-avoid-recursive-call-of-mtd_writev.patch
deleted file mode 100644 (file)
index 0ce9368..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/drivers/mtd/devices/block2mtd.c
-+++ b/drivers/mtd/devices/block2mtd.c
-@@ -388,7 +388,6 @@ static struct block2mtd_dev *add_device(
-       dev->mtd.flags = MTD_CAP_RAM;
-       dev->mtd.erase = block2mtd_erase;
-       dev->mtd.write = block2mtd_write;
--      dev->mtd.writev = mtd_writev;
-       dev->mtd.sync = block2mtd_sync;
-       dev->mtd.read = block2mtd_read;
-       dev->mtd.priv = dev;