aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/sata_mv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 7b73c73b3f34..2580beb70539 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -548,6 +548,9 @@ static const struct pci_device_id mv_pci_tbl[] = {
548 548
549 { PCI_VDEVICE(TTI, 0x2310), chip_7042 }, 549 { PCI_VDEVICE(TTI, 0x2310), chip_7042 },
550 550
551 /* add Marvell 7042 support */
552 { PCI_VDEVICE(MARVELL, 0x7042), chip_7042 },
553
551 { } /* terminate list */ 554 { } /* terminate list */
552}; 555};
553 556