aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/pasemi_mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
index 39e33aeca11a..933d56476894 100644
--- a/drivers/net/pasemi_mac.c
+++ b/drivers/net/pasemi_mac.c
@@ -1209,6 +1209,7 @@ static void __devexit pasemi_mac_remove(struct pci_dev *pdev)
1209static struct pci_device_id pasemi_mac_pci_tbl[] = { 1209static struct pci_device_id pasemi_mac_pci_tbl[] = {
1210 { PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa005) }, 1210 { PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa005) },
1211 { PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa006) }, 1211 { PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa006) },
1212 { },
1212}; 1213};
1213 1214
1214MODULE_DEVICE_TABLE(pci, pasemi_mac_pci_tbl); 1215MODULE_DEVICE_TABLE(pci, pasemi_mac_pci_tbl);