X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fmiiphy.h;h=ca5040ed8d409f695154c4fb42ba8f75e230c8b5;hb=d22c338e07cc98276ea5cc4feaa5a370baa63243;hp=7e70cf81e4d3d49e7a171c8af50ed39cb93e0da6;hpb=aef293bc85dad4f8d645e46d723606a747236a60;p=u-boot diff --git a/include/miiphy.h b/include/miiphy.h index 7e70cf81e4..ca5040ed8d 100644 --- a/include/miiphy.h +++ b/include/miiphy.h @@ -86,7 +86,7 @@ void mdio_list_devices(void); #define BB_MII_DEVNAME "bb_miiphy" struct bb_miiphy_bus { - char name[NAMESIZE]; + char name[16]; int (*init)(struct bb_miiphy_bus *bus); int (*mdio_active)(struct bb_miiphy_bus *bus); int (*mdio_tristate)(struct bb_miiphy_bus *bus);