genetlink: make all genl_ops users const
[deliverable/linux.git] / drivers / net / team / team.c
index 50e43e64d51defbf84a399bdcfa048951ab2fdba..6390254beb7d2b8a577a177f234949bdc709da06 100644 (file)
@@ -2644,7 +2644,7 @@ static int team_nl_cmd_port_list_get(struct sk_buff *skb,
        return err;
 }
 
-static struct genl_ops team_nl_ops[] = {
+static const struct genl_ops team_nl_ops[] = {
        {
                .cmd = TEAM_CMD_NOOP,
                .doit = team_nl_cmd_noop,
This page took 0.025504 seconds and 5 git commands to generate.