|
@@ -48,7 +48,7 @@ static int mdio_mux_mmioreg_switch_fn(int current_child, int desired_child,
|
|
struct mdio_mux_mmioreg_state *s = data;
|
|
struct mdio_mux_mmioreg_state *s = data;
|
|
|
|
|
|
if (current_child ^ desired_child) {
|
|
if (current_child ^ desired_child) {
|
|
- void *p = ioremap(s->phys, 1);
|
|
|
|
|
|
+ void __iomem *p = ioremap(s->phys, 1);
|
|
uint8_t x, y;
|
|
uint8_t x, y;
|
|
|
|
|
|
if (!p)
|
|
if (!p)
|