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)
commit2fa3888bb7a9fb3966c77555c8cd6f4bd6a1439a
treebf5173d268037606a170efe95b2b0e936df1176a
parent9b1b31d5d4ac7d931c3d7e0e8114ff9d4fbd0c28
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