Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / drivers / net / dsa / b53 / b53_mdio.c
index aa87c3fffdac2829ff9c7cf429372fc81d1b0110..477a16b5660ab61f7bda3dce2438d95b5806513c 100644 (file)
@@ -267,7 +267,7 @@ static int b53_mdio_phy_write16(struct b53_device *dev, int addr, int reg,
        return mdiobus_write_nested(bus, addr, reg, value);
 }
 
-static struct b53_io_ops b53_mdio_ops = {
+static const struct b53_io_ops b53_mdio_ops = {
        .read8 = b53_mdio_read8,
        .read16 = b53_mdio_read16,
        .read32 = b53_mdio_read32,
This page took 0.024763 seconds and 5 git commands to generate.