diff options
-rw-r--r-- | drivers/net/ethernet/sfc/efx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index d858f310b2b2..e95cc7bb2e02 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c | |||
@@ -2669,7 +2669,7 @@ static int efx_pci_probe_main(struct efx_nic *efx) | |||
2669 | * transmission; this is left to the first time one of the network | 2669 | * transmission; this is left to the first time one of the network |
2670 | * interfaces is brought up (i.e. efx_net_open). | 2670 | * interfaces is brought up (i.e. efx_net_open). |
2671 | */ | 2671 | */ |
2672 | static int __devinit efx_pci_probe(struct pci_dev *pci_dev, | 2672 | static int efx_pci_probe(struct pci_dev *pci_dev, |
2673 | const struct pci_device_id *entry) | 2673 | const struct pci_device_id *entry) |
2674 | { | 2674 | { |
2675 | struct net_device *net_dev; | 2675 | struct net_device *net_dev; |