Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drop_monitor: make genl_multicast_group const

parent 12d8de6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
};