Hi all, This patch series allows us to annotate dsa_switch_ops with a const qualifier.
Florian Fainelli (4): net: dsa: b53: Export most operations to other drivers net: dsa: bcm_sf2: Declare our own dsa_switch_ops net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver net: dsa: Make dsa_switch_ops const drivers/net/dsa/b53/b53_common.c | 81 +++++++++++++++++++++++----------------- drivers/net/dsa/b53/b53_priv.h | 33 ++++++++++++++++ drivers/net/dsa/bcm_sf2.c | 53 ++++++++++++++++---------- drivers/net/dsa/mv88e6060.c | 10 +++-- drivers/net/dsa/mv88e6xxx/chip.c | 10 +++-- drivers/net/dsa/qca8k.c | 2 +- include/net/dsa.h | 13 ++++--- net/dsa/dsa.c | 22 ++++++----- net/dsa/hwmon.c | 2 +- 9 files changed, 149 insertions(+), 77 deletions(-) -- 2.9.3