drivers/net: fix up function prototypes after __dev* removals
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / intel / e1000 / e1000_param.c
index 4e19aa0657f4101a4ba8639b84a560ce8b5752b6..750fc0194f3731d52de240aae5d29b7a4ac0f220 100644 (file)
@@ -206,8 +206,8 @@ struct e1000_option {
 };
 
 static int e1000_validate_option(unsigned int *value,
-                                          const struct e1000_option *opt,
-                                          struct e1000_adapter *adapter)
+                                const struct e1000_option *opt,
+                                struct e1000_adapter *adapter)
 {
        if (*value == OPTION_UNSET) {
                *value = opt->def;