X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fmiiphy.h;h=ca5040ed8d409f695154c4fb42ba8f75e230c8b5;hb=0f57f6a3fe26a9c2d69b34e9caf8f83082d77636;hp=7e70cf81e4d3d49e7a171c8af50ed39cb93e0da6;hpb=5f184715ecd31bfcb8d09ba2d9f14adfa172a141;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);