commit | 0c129bf756f869dc386005c59c2f815305dccc86 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Thu Jan 07 21:55:52 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 10 18:03:47 2016 -0500 |
tree | cf903293cd5f7e1df6866f43d0388a01699e3527 | |
parent | 2a4fc4ea29fbe4c59cf67d73cca309d9fe7e1fa5 [diff] |
net: ethernet-rgmii.c: Fix breakage from moving phdev bus The mdio device patches moved the bus member in phy_device into a substructure. This driver got missed. Fix it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>