diff options
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r-- | drivers/net/sfc/efx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index bed45a599874..f5e81114270a 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -1863,9 +1863,9 @@ void efx_schedule_reset(struct efx_nic *efx, enum reset_type type) | |||
1863 | /* PCI device ID table */ | 1863 | /* PCI device ID table */ |
1864 | static struct pci_device_id efx_pci_table[] __devinitdata = { | 1864 | static struct pci_device_id efx_pci_table[] __devinitdata = { |
1865 | {PCI_DEVICE(EFX_VENDID_SFC, FALCON_A_P_DEVID), | 1865 | {PCI_DEVICE(EFX_VENDID_SFC, FALCON_A_P_DEVID), |
1866 | .driver_data = (unsigned long) &falcon_a_nic_type}, | 1866 | .driver_data = (unsigned long) &falcon_a1_nic_type}, |
1867 | {PCI_DEVICE(EFX_VENDID_SFC, FALCON_B_P_DEVID), | 1867 | {PCI_DEVICE(EFX_VENDID_SFC, FALCON_B_P_DEVID), |
1868 | .driver_data = (unsigned long) &falcon_b_nic_type}, | 1868 | .driver_data = (unsigned long) &falcon_b0_nic_type}, |
1869 | {0} /* end of list */ | 1869 | {0} /* end of list */ |
1870 | }; | 1870 | }; |
1871 | 1871 | ||