summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosephChan@via.com.tw <JosephChan@via.com.tw>2009-11-02 11:36:08 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2009-11-03 19:27:06 (GMT)
commitf38e35b43f2924b3b4e51147b7193f32e9276db4 (patch)
tree7f8f78b4e0b9061328c497a6d5c2bc2a568caf64
parenta1104016ce8f7750ecd8ca6129786bc549aa5c38 (diff)
downloadlinux-fsl-qoriq-f38e35b43f2924b3b4e51147b7193f32e9276db4.tar.xz
sata_via: Remove redundant device ID for VIA VT8261
Just remove redundant device ID for VIA VT8261. The device ID 0x9000 and 0x9040 are redundant (for VT8261). The 0x9040 is reserved for other usage. Signed-off-by: Joseph Chan <josephchan@via.com.tw> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r--drivers/ata/sata_via.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c
index bdd43c7..02efd9a 100644
--- a/drivers/ata/sata_via.c
+++ b/drivers/ata/sata_via.c
@@ -93,7 +93,6 @@ static const struct pci_device_id svia_pci_tbl[] = {
{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
- { PCI_VDEVICE(VIA, 0x9040), vt8251 },
{ } /* terminate list */
};