diff options
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r-- | drivers/net/chelsio/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index 787f2f2820fe..8ba702c8b560 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h | |||
@@ -322,9 +322,9 @@ struct board_info { | |||
322 | unsigned char mdio_mdiinv; | 322 | unsigned char mdio_mdiinv; |
323 | unsigned char mdio_mdc; | 323 | unsigned char mdio_mdc; |
324 | unsigned char mdio_phybaseaddr; | 324 | unsigned char mdio_phybaseaddr; |
325 | struct gmac *gmac; | 325 | const struct gmac *gmac; |
326 | struct gphy *gphy; | 326 | const struct gphy *gphy; |
327 | struct mdio_ops *mdio_ops; | 327 | const struct mdio_ops *mdio_ops; |
328 | const char *desc; | 328 | const char *desc; |
329 | }; | 329 | }; |
330 | 330 | ||