]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Revert "pata_atiixp: add SB700 PCI ID"
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Aug 2007 10:05:11 +0000 (12:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 Aug 2007 10:14:55 +0000 (12:14 +0200)
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>
drivers/ata/pata_atiixp.c

index 17d75ec5e20d30c6193986f5d07a86e08e215d98..b50ebb62d585b3ae69b0fab17f4e289fa4c621e4 100644 (file)
@@ -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), },
 
        { },
 };