drivers/net: fix up function prototypes after __dev* removals
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / amd / a2065.c
index 818f6d6cdbe08caa8cd01b923f33b54cbc6f42b0..3789affbc0e5cbff032f5cf225725fd4a80a013d 100644 (file)
@@ -640,7 +640,7 @@ static void lance_set_multicast(struct net_device *dev)
 }
 
 static int a2065_init_one(struct zorro_dev *z,
-                                   const struct zorro_device_id *ent);
+                         const struct zorro_device_id *ent);
 static void a2065_remove_one(struct zorro_dev *z);
 
 
@@ -671,7 +671,7 @@ static const struct net_device_ops lance_netdev_ops = {
 };
 
 static int a2065_init_one(struct zorro_dev *z,
-                                   const struct zorro_device_id *ent)
+                         const struct zorro_device_id *ent)
 {
        struct net_device *dev;
        struct lance_private *priv;