
27 Feb
2018
27 Feb
'18
5:58 p.m.
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson calvin.johnson@nxp.com wrote:
With CONFIG_DM_ETH enabled, aquantia driver compilation fails with below error. This patch fixes the issue by including dm.h.
drivers/net/phy/aquantia.c: In function ‘aquantia_startup’: drivers/net/phy/aquantia.c:73:21: error: dereferencing pointer to incomplete type ‘struct udevice’ phydev->dev->name); ^~
Signed-off-by: Calvin Johnson calvin.johnson@nxp.com
Acked-by: Joe Hershberger joe.hershberger@ni.com