diff options
author | Willy Tarreau <w@1wt.eu> | 2007-08-28 12:05:11 +0200 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2007-08-28 12:14:55 +0200 |
commit | 9d115f9ab20bcc80eded127f398d0b88f5e10b02 (patch) | |
tree | 21fc4b827d387f80b6e9934d143a921513c837d6 | |
parent | 1bb9509b816c7a60362a26d1ca40f0187bca5681 (diff) |
[PATCH] Revert "pata_atiixp: add SB700 PCI ID"
That update broke build of pata_atiixp as it requires some PCI IDs
and other updates which have not been merged. Better remove it
from 2.6.20.
This reverts commit f327bcd16db3128a6c1885e03109361e167d1a56.
Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r-- | drivers/ata/pata_atiixp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index 17d75ec5e20..b50ebb62d58 100644 --- a/drivers/ata/pata_atiixp.c +++ b/drivers/ata/pata_atiixp.c @@ -283,7 +283,6 @@ static const struct pci_device_id atiixp[] = { { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP300_IDE), }, { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP400_IDE), }, { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP600_IDE), }, - { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP700_IDE), }, { }, }; |