From 785fefeaea7a60302d00940aa5d633c8e03a004d Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 30 Nov 2009 10:32:20 +0000 Subject: upgrade x86 to 2.6.31.6, resync patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18609 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch (limited to 'target/linux/x86/patches-2.6.31/100-pata_sc1200-wrap.patch') 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 066694b35..000000000 --- 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); - } -- cgit v1.2.3