]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/networking/device_drivers/stmicro/stmmac.txt
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
[linux.git] / Documentation / networking / device_drivers / stmicro / stmmac.txt
index 2bb07078f535f623ed06773358d82f3ddd420863..1ae979fd90d251ab7b71f00fb618a0fe44a8c2f9 100644 (file)
@@ -267,7 +267,7 @@ static struct fixed_phy_status stmmac0_fixed_phy_status = {
 
 During the board's device_init we can configure the first
 MAC for fixed_link by calling:
-  fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status, -1);
+  fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status);
 and the second one, with a real PHY device attached to the bus,
 by using the stmmac_mdio_bus_data structure (to provide the id, the
 reset procedure etc).