diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2016-03-10 07:58:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-13 22:11:43 -0400 |
commit | 470c3822d2ab7fadcbb1ac317ef27b31caac370e (patch) | |
tree | e2ac59c4d251b5ce81486075fa94045b74e9f8da | |
parent | 3c4ef85155acc8d7033d668536011f92c95f1065 (diff) |
phy: remove documentation of removed members of phy_device structure
Commit e5a03bfd873c ("phy: Add an mdio_device structure") removed addr,
bus and dev member of the phy_device structure.
This patch remove the documentation about those members.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/phy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index d6f3641e7933..2abd7918f64f 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -327,8 +327,6 @@ struct phy_c45_device_ids { | |||
327 | /* phy_device: An instance of a PHY | 327 | /* phy_device: An instance of a PHY |
328 | * | 328 | * |
329 | * drv: Pointer to the driver for this PHY instance | 329 | * drv: Pointer to the driver for this PHY instance |
330 | * bus: Pointer to the bus this PHY is on | ||
331 | * dev: driver model device structure for this PHY | ||
332 | * phy_id: UID for this device found during discovery | 330 | * phy_id: UID for this device found during discovery |
333 | * c45_ids: 802.3-c45 Device Identifers if is_c45. | 331 | * c45_ids: 802.3-c45 Device Identifers if is_c45. |
334 | * is_c45: Set to true if this phy uses clause 45 addressing. | 332 | * is_c45: Set to true if this phy uses clause 45 addressing. |
@@ -338,7 +336,6 @@ struct phy_c45_device_ids { | |||
338 | * suspended: Set to true if this phy has been suspended successfully. | 336 | * suspended: Set to true if this phy has been suspended successfully. |
339 | * state: state of the PHY for management purposes | 337 | * state: state of the PHY for management purposes |
340 | * dev_flags: Device-specific flags used by the PHY driver. | 338 | * dev_flags: Device-specific flags used by the PHY driver. |
341 | * addr: Bus address of PHY | ||
342 | * link_timeout: The number of timer firings to wait before the | 339 | * link_timeout: The number of timer firings to wait before the |
343 | * giving up on the current attempt at acquiring a link | 340 | * giving up on the current attempt at acquiring a link |
344 | * irq: IRQ number of the PHY's interrupt (-1 if none) | 341 | * irq: IRQ number of the PHY's interrupt (-1 if none) |