Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 470c3822 authored by LABBE Corentin's avatar LABBE Corentin Committed by David S. Miller
Browse files

phy: remove documentation of removed members of phy_device structure



Commit e5a03bfd ("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: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3c4ef851
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -327,8 +327,6 @@ struct phy_c45_device_ids {
/* phy_device: An instance of a PHY
/* phy_device: An instance of a PHY
 *
 *
 * drv: Pointer to the driver for this PHY instance
 * drv: Pointer to the driver for this PHY instance
 * bus: Pointer to the bus this PHY is on
 * dev: driver model device structure for this PHY
 * phy_id: UID for this device found during discovery
 * phy_id: UID for this device found during discovery
 * c45_ids: 802.3-c45 Device Identifers if is_c45.
 * c45_ids: 802.3-c45 Device Identifers if is_c45.
 * is_c45:  Set to true if this phy uses clause 45 addressing.
 * is_c45:  Set to true if this phy uses clause 45 addressing.
@@ -338,7 +336,6 @@ struct phy_c45_device_ids {
 * suspended: Set to true if this phy has been suspended successfully.
 * suspended: Set to true if this phy has been suspended successfully.
 * state: state of the PHY for management purposes
 * state: state of the PHY for management purposes
 * dev_flags: Device-specific flags used by the PHY driver.
 * dev_flags: Device-specific flags used by the PHY driver.
 * addr: Bus address of PHY
 * link_timeout: The number of timer firings to wait before the
 * link_timeout: The number of timer firings to wait before the
 * giving up on the current attempt at acquiring a link
 * giving up on the current attempt at acquiring a link
 * irq: IRQ number of the PHY's interrupt (-1 if none)
 * irq: IRQ number of the PHY's interrupt (-1 if none)