genetlink: make all genl_ops users const
[deliverable/linux.git] / net / core / drop_monitor.c
index 5e78d44333b9bc39fdb56fdd489d0ac4f7f5d4e8..f9fe2f22d20bcc5ff813bdd22c1263c5aa816367 100644 (file)
@@ -333,7 +333,7 @@ out:
        return NOTIFY_DONE;
 }
 
-static struct genl_ops dropmon_ops[] = {
+static const struct genl_ops dropmon_ops[] = {
        {
                .cmd = NET_DM_CMD_CONFIG,
                .doit = net_dm_cmd_config,
This page took 0.025992 seconds and 5 git commands to generate.