summaryrefslogtreecommitdiff
path: root/net/ethtool/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ethtool/netlink.c')
-rw-r--r--net/ethtool/netlink.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ethtool/netlink.c b/net/ethtool/netlink.c
index 6e5f0f4f815a..5046023a30b1 100644
--- a/net/ethtool/netlink.c
+++ b/net/ethtool/netlink.c
@@ -6,8 +6,9 @@
#include <linux/ethtool_netlink.h>
#include <linux/phy_link_topology.h>
#include <linux/pm_runtime.h>
-#include "netlink.h"
+
#include "module_fw.h"
+#include "netlink.h"
static struct genl_family ethtool_genl_family;
@@ -461,7 +462,8 @@ static int ethnl_default_parse(struct ethnl_req_info *req_info,
return ret;
if (request_ops->parse_request) {
- ret = request_ops->parse_request(req_info, tb, info->extack);
+ ret = request_ops->parse_request(req_info, info, tb,
+ info->extack);
if (ret < 0)
goto err_dev;
}