aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-16 18:31:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-16 18:31:05 +0000
commit3fa43f54a267f45e42be641945573450a0a419b8 (patch)
treeafa65eace467c96d7b49262ac89892f8d8f977b6 /target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch
parent71d8c66250eef1806d680a27d175c61dd9971a5e (diff)
downloadupstream-3fa43f54a267f45e42be641945573450a0a419b8.tar.gz
upstream-3fa43f54a267f45e42be641945573450a0a419b8.tar.bz2
upstream-3fa43f54a267f45e42be641945573450a0a419b8.zip
kernel: reorganize 2.6.39 patches
SVN-Revision: 26691
Diffstat (limited to 'target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch')
-rw-r--r--target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch b/target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch
deleted file mode 100644
index 1afd2ff20a..0000000000
--- a/target/linux/generic/patches-2.6.39/066-block2mtd_probe.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/drivers/mtd/devices/block2mtd.c
-+++ b/drivers/mtd/devices/block2mtd.c
-@@ -268,6 +268,7 @@ static int _open_bdev(struct block2mtd_d
- /* We might not have rootfs mounted at this point. Try
- to resolve the device name by other means. */
-
-+ wait_for_device_probe();
- dev_t devt = name_to_dev_t(dev->devname);
- if (devt)
- bdev = blkdev_get_by_dev(devt, mode, dev);