mirror of https://gitee.com/openkylin/linux.git
drop_monitor: make genl_multicast_group const
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
12d8de6d95
commit
85bae4bd8a
|
@ -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", },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue