Commit 85bae4bd authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

drop_monitor: make genl_multicast_group const

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 12d8de6d
......@@ -105,7 +105,7 @@ static struct sk_buff *reset_per_cpu_data(struct per_cpu_dm_data *data)
return skb;
}
static struct genl_multicast_group dropmon_mcgrps[] = {
static const struct genl_multicast_group dropmon_mcgrps[] = {
{ .name = "events", },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment