commit | c2568c8c9e636a56abf31da4b28b65d3ded02524 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Oct 04 21:13:36 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 04 21:13:36 2020 -0700 |
tree | a0df8543af846d2289f60e135fad2509602a555e | |
parent | f5083d0cee08a4b87d5d7a5c57f60ec128bff997 [diff] | |
parent | b980b313e5a2ace214322af9f3183c269b5c55ae [diff] |
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>