diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index b6388be1cd1e..035d0d94e2b3 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -264,7 +264,6 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = { | |||
264 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57788)}, | 264 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57788)}, |
265 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5717)}, | 265 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5717)}, |
266 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5718)}, | 266 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5718)}, |
267 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5724)}, | ||
268 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57781)}, | 267 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57781)}, |
269 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)}, | 268 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)}, |
270 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)}, | 269 | {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)}, |
@@ -12883,7 +12882,6 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
12883 | 12882 | ||
12884 | if (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5717 || | 12883 | if (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5717 || |
12885 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 || | 12884 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 || |
12886 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_5724 || | ||
12887 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_5719) | 12885 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_5719) |
12888 | pci_read_config_dword(tp->pdev, | 12886 | pci_read_config_dword(tp->pdev, |
12889 | TG3PCI_GEN2_PRODID_ASICREV, | 12887 | TG3PCI_GEN2_PRODID_ASICREV, |