mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 10:18:08 +00:00
cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0e53c7f954
commit
21a8cfe120
@ -202,7 +202,7 @@ struct cpmac_priv {
|
||||
void __iomem *regs;
|
||||
struct mii_bus *mii_bus;
|
||||
struct phy_device *phy;
|
||||
char phy_name[BUS_ID_SIZE];
|
||||
char phy_name[MII_BUS_ID_SIZE + 3];
|
||||
int oldlink, oldspeed, oldduplex;
|
||||
u32 msg_enable;
|
||||
struct net_device *dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user