drivers/net: fix up function prototypes after __dev* removals
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / ibm / ibmveth.c
index 35485f2c144c2366edc6f165ba8e03c06aadf929..f2fdbb79837eafcc7baf00d070efb48251bd1f7a 100644 (file)
@@ -1324,8 +1324,7 @@ static const struct net_device_ops ibmveth_netdev_ops = {
 #endif
 };
 
-static int ibmveth_probe(struct vio_dev *dev,
-                                  const struct vio_device_id *id)
+static int ibmveth_probe(struct vio_dev *dev, const struct vio_device_id *id)
 {
        int rc, i;
        struct net_device *netdev;