aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-27 15:29:22 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-27 15:29:22 +0000
commit80cc1b0d2e5efc57004147198e407789ccb3295b (patch)
tree955a75934d68a151aa9825a171dd54bffb26220f /target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
parent817d27bcdca1aa05442b612bf8f22af5aec04215 (diff)
downloadupstream-80cc1b0d2e5efc57004147198e407789ccb3295b.tar.gz
upstream-80cc1b0d2e5efc57004147198e407789ccb3295b.tar.bz2
upstream-80cc1b0d2e5efc57004147198e407789ccb3295b.zip
Remove support for older kernels (patch by Acinonyx)
SVN-Revision: 20515
Diffstat (limited to 'target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch')
-rw-r--r--target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch b/target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
deleted file mode 100644
index 066694b353..0000000000
--- a/target/linux/x86/patches-2.6.30/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);
- }