Merge branch 'drivers-net-constify-static-ops-variables'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 23:21:17 +0000 (16:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 23:21:17 +0000 (16:21 -0700)
commitf09665811b142cbf1eb36641ca42cee42c463b3f
tree7c377fcc51b1ea336d50fc3083685d42b1901567
parentd6fc1923d6839a564861e7da06016377a795f6a9
parent31ffcb1077e6c4d36a67c40bccfb6f2bf0132f87
Merge branch 'drivers-net-constify-static-ops-variables'

Rikard Falkeborn says:

====================
drivers/net: constify static ops-variables

This series constifies a number of static ops variables, to allow the
compiler to put them in read-only memory. Compile-tested only.
====================

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