drivers/net: fix up function prototypes after __dev* removals
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / intel / igbvf / netdev.c
index b494309ee942f6c502ad1574432acea0a5044e80..277f5dfe3d900dede1ff0cc83a061a2cc92a6ed4 100644 (file)
@@ -2618,8 +2618,7 @@ static const struct net_device_ops igbvf_netdev_ops = {
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int igbvf_probe(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int igbvf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct igbvf_adapter *adapter;