genetlink: make all genl_ops users const
[deliverable/linux.git] / kernel / taskstats.c
index 609e77f6868783b447c4aac7b10a5420fc0a67e5..76595cd9d211a41c4f59bba07ff38026bc0f398d 100644 (file)
@@ -673,7 +673,7 @@ err:
        nlmsg_free(rep_skb);
 }
 
-static struct genl_ops taskstats_ops[] = {
+static const struct genl_ops taskstats_ops[] = {
        {
                .cmd            = TASKSTATS_CMD_GET,
                .doit           = taskstats_user_cmd,
This page took 0.02567 seconds and 5 git commands to generate.