Rikard Falkeborn b980b313e5 net: openvswitch: Constify static struct genl_small_ops
The only usage of these is to assign their address to the small_ops field
in the genl_family struct, which is a const pointer, and applying
ARRAY_SIZE() on them. Make them const to allow the compiler to put them
in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-10-04 21:13:36 -07:00
..
2020-09-18 14:12:43 -07:00
2020-09-30 14:21:30 -07:00
2020-08-27 07:55:59 -07:00
2020-10-04 21:13:36 -07:00
2020-09-20 19:09:11 -07:00
2020-07-13 17:20:40 -07:00