Merge branch 'net-Constify-struct-genl_small_ops'
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2020 04:13:36 +0000 (21:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2020 04:13:36 +0000 (21:13 -0700)
commitc2568c8c9e636a56abf31da4b28b65d3ded02524
treea0df8543af846d2289f60e135fad2509602a555e
parentf5083d0cee08a4b87d5d7a5c57f60ec128bff997
parentb980b313e5a2ace214322af9f3183c269b5c55ae
Merge branch 'net-Constify-struct-genl_small_ops'

Rikard Falkeborn says:

====================
net: Constify struct genl_small_ops

Make a couple of static struct genl_small_ops const to allow the compiler
to put them in read-only memory. Patches are independent.

v2: Rebase on net-next, genl_ops -> genl_small_ops
====================

Signed-off-by: David S. Miller <davem@davemloft.net>