Revert "[PATCH] Add 0x7110 piix to ata_piix.c"

This reverts commit f833229c96c0bf53c05995e4bd58709d9e9edd67:

According to reviewers and the lspci data provided in commit message
itself, PCI ID 0x7110 should not have been added to ata_piix.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

-1
-1
drivers/ata/ata_piix.c
··· 168 #ifdef ATA_ENABLE_PATA 169 /* Intel PIIX4 for the 430TX/440BX/MX chipset: UDMA 33 */ 170 /* Also PIIX4E (fn3 rev 2) and PIIX4M (fn3 rev 3) */ 171 - { 0x8086, 0x7110, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 }, 172 { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 }, 173 { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 }, 174 { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
··· 168 #ifdef ATA_ENABLE_PATA 169 /* Intel PIIX4 for the 430TX/440BX/MX chipset: UDMA 33 */ 170 /* Also PIIX4E (fn3 rev 2) and PIIX4M (fn3 rev 3) */ 171 { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 }, 172 { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 }, 173 { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },