aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-11-30 10:32:20 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-11-30 10:32:20 +0000
commitb1b45530ab8550305c40876c81919da857e84640 (patch)
tree6093f187be8814d68b59966d0a595dcf1b733c28 /target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch
parent4ca03b54ee2c82ce1e59868e2d23b18feebd6047 (diff)
downloadupstream-b1b45530ab8550305c40876c81919da857e84640.tar.gz
upstream-b1b45530ab8550305c40876c81919da857e84640.tar.bz2
upstream-b1b45530ab8550305c40876c81919da857e84640.zip
upgrade x86 to 2.6.31.6, resync patches
SVN-Revision: 18609
Diffstat (limited to 'target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch')
-rw-r--r--target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch b/target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch
deleted file mode 100644
index 066694b353..0000000000
--- a/target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/ata/pata_sc1200.c
-+++ b/drivers/ata/pata_sc1200.c
-@@ -236,7 +236,7 @@ static int sc1200_init_one(struct pci_de
- .port_ops = &sc1200_port_ops
- };
- /* Can't enable port 2 yet, see top comments */
-- const struct ata_port_info *ppi[] = { &info, };
-+ const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info };
-
- return ata_pci_sff_init_one(dev, ppi, &sc1200_sht, NULL);
- }