diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-25 23:26:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-25 23:26:33 +0000 |
commit | 377898e785235c4acf967be9f2e4b0c8570dcfe3 (patch) | |
tree | 7a276114d09bc07f5ce911287fcb974a5a68e622 /target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch | |
parent | 4c808e972b5d199e70484563ddb4a56b63e9d32d (diff) | |
download | mtk-20170518-377898e785235c4acf967be9f2e4b0c8570dcfe3.zip mtk-20170518-377898e785235c4acf967be9f2e4b0c8570dcfe3.tar.gz mtk-20170518-377898e785235c4acf967be9f2e4b0c8570dcfe3.tar.bz2 |
ar71xx: remove support for 2.6.36
SVN-Revision: 25716
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch b/target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch deleted file mode 100644 index 0b36217..0000000 --- a/target/linux/ar71xx/patches-2.6.36/400-2.6.35-fix-nand_scan_ident-options.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/drivers/mtd/nand/rb4xx_nand.c -+++ b/drivers/mtd/nand/rb4xx_nand.c -@@ -223,7 +223,7 @@ static int __init rb4xx_nand_probe(struc - - platform_set_drvdata(pdev, info); - -- ret = nand_scan_ident(&info->mtd, 1); -+ ret = nand_scan_ident(&info->mtd, 1, NULL); - if (ret) { - ret = -ENXIO; - goto err_free_info; ---- a/drivers/mtd/nand/rb750_nand.c -+++ b/drivers/mtd/nand/rb750_nand.c -@@ -287,7 +287,7 @@ static int __init rb750_nand_probe(struc - - platform_set_drvdata(pdev, info); - -- ret = nand_scan_ident(&info->mtd, 1); -+ ret = nand_scan_ident(&info->mtd, 1, NULL); - if (ret) { - ret = -ENXIO; - goto err_free_info; |