Forked from
Reform / reform-boundary-uboot
3055 commits behind the upstream repository.
-
Calvin Johnson authored
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>
Calvin Johnson authoredWith 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>
aquantia.c 5.13 KiB