Commit 21a8cfe1 authored by David S. Miller's avatar David S. Miller

cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0e53c7f9
...@@ -202,7 +202,7 @@ struct cpmac_priv { ...@@ -202,7 +202,7 @@ struct cpmac_priv {
void __iomem *regs; void __iomem *regs;
struct mii_bus *mii_bus; struct mii_bus *mii_bus;
struct phy_device *phy; struct phy_device *phy;
char phy_name[BUS_ID_SIZE]; char phy_name[MII_BUS_ID_SIZE + 3];
int oldlink, oldspeed, oldduplex; int oldlink, oldspeed, oldduplex;
u32 msg_enable; u32 msg_enable;
struct net_device *dev; struct net_device *dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment