Re: [PATCH v2 0/9] Phy, mdiobus, and netdev struct device fixes

From: David Miller
Date: Wed Sep 23 2015 - 19:24:33 EST


From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Sep 2015 17:17:10 +0100

> This is the second version of the series, with the comments David had
> on the first patch fixed up. Original series description with updated
> diffstat below.

This needs some build fixes:

drivers/net/ethernet/apm/xgene/xgene_enet_hw.c: In function ʽxgene_enet_phy_connectʼ:
drivers/net/ethernet/apm/xgene/xgene_enet_hw.c:694:20: error: too few arguments to function ʽof_phy_connectʼ
pdata->phy_dev = of_phy_connect(ndev, phy_np,
^
In file included from drivers/net/ethernet/apm/xgene/xgene_enet_main.h:31:0,
from drivers/net/ethernet/apm/xgene/xgene_enet_hw.c:22:
include/linux/of_mdio.h:18:27: note: declared here
extern struct phy_device *of_phy_connect(struct net_device *dev,
^