]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: ocelot: Constify dsa_device_ops
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 11 May 2020 23:47:14 +0000 (16:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2020 23:50:45 +0000 (16:50 -0700)
commitb194100ad16e51915144b185ad33ac5e162ceb49
treebf5173d268037606a170efe95b2b0e936df1176a
parent3d1c1eb77e4acdadc6302cc543b43975b5cd7762
net: dsa: ocelot: Constify dsa_device_ops

ocelot_netdev_ops should be const since that is what the DSA layer
expects.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/tag_ocelot.c