Loading drivers/net/dsa/bcm_sf2.c +1 −1 Original line number Diff line number Diff line Loading @@ -983,7 +983,7 @@ static int bcm_sf2_core_write64(struct b53_device *dev, u8 page, u8 reg, return 0; } static struct b53_io_ops bcm_sf2_io_ops = { static const struct b53_io_ops bcm_sf2_io_ops = { .read8 = bcm_sf2_core_read8, .read16 = bcm_sf2_core_read16, .read32 = bcm_sf2_core_read32, Loading drivers/net/dsa/qca8k.c +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ static const struct regmap_range qca8k_readable_ranges[] = { }; static struct regmap_access_table qca8k_readable_table = { static const struct regmap_access_table qca8k_readable_table = { .yes_ranges = qca8k_readable_ranges, .n_yes_ranges = ARRAY_SIZE(qca8k_readable_ranges), }; Loading Loading
drivers/net/dsa/bcm_sf2.c +1 −1 Original line number Diff line number Diff line Loading @@ -983,7 +983,7 @@ static int bcm_sf2_core_write64(struct b53_device *dev, u8 page, u8 reg, return 0; } static struct b53_io_ops bcm_sf2_io_ops = { static const struct b53_io_ops bcm_sf2_io_ops = { .read8 = bcm_sf2_core_read8, .read16 = bcm_sf2_core_read16, .read32 = bcm_sf2_core_read32, Loading
drivers/net/dsa/qca8k.c +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ static const struct regmap_range qca8k_readable_ranges[] = { }; static struct regmap_access_table qca8k_readable_table = { static const struct regmap_access_table qca8k_readable_table = { .yes_ranges = qca8k_readable_ranges, .n_yes_ranges = ARRAY_SIZE(qca8k_readable_ranges), }; Loading