genetlink: make all genl_ops users const
[deliverable/linux.git] / net / wireless / nl80211.c
index 3fef55958e982567242a8b5934b059e1ab0838c6..58c43c8e149fb236ccec6c8701d76ca0d21db206 100644 (file)
@@ -8937,7 +8937,7 @@ static void nl80211_post_doit(const struct genl_ops *ops, struct sk_buff *skb,
                rtnl_unlock();
 }
 
-static struct genl_ops nl80211_ops[] = {
+static const struct genl_ops nl80211_ops[] = {
        {
                .cmd = NL80211_CMD_GET_WIPHY,
                .doit = nl80211_get_wiphy,
This page took 0.028396 seconds and 5 git commands to generate.