genetlink: make all genl_ops users const
[deliverable/linux.git] / net / hsr / hsr_netlink.c
index 8f52a9fb7e85d11e7c27ef4cfeb4e28dde1cd270..79d72ca309cee8aa74ba0bc1a40519fc5e6cb850 100644 (file)
@@ -389,7 +389,7 @@ fail:
 }
 
 
-static struct genl_ops hsr_ops[] = {
+static const struct genl_ops hsr_ops[] = {
        {
                .cmd = HSR_C_GET_NODE_STATUS,
                .flags = 0,
This page took 0.025763 seconds and 5 git commands to generate.