Skip to content

Commit 470c382

Browse files
montjoiedavem330
authored andcommitted
phy: remove documentation of removed members of phy_device structure
Commit e5a03bf ("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>
1 parent 3c4ef85 commit 470c382

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/phy.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ struct phy_c45_device_ids {
327327
/* phy_device: An instance of a PHY
328328
*
329329
* 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
332330
* phy_id: UID for this device found during discovery
333331
* c45_ids: 802.3-c45 Device Identifers if is_c45.
334332
* is_c45: Set to true if this phy uses clause 45 addressing.
@@ -338,7 +336,6 @@ struct phy_c45_device_ids {
338336
* suspended: Set to true if this phy has been suspended successfully.
339337
* state: state of the PHY for management purposes
340338
* dev_flags: Device-specific flags used by the PHY driver.
341-
* addr: Bus address of PHY
342339
* link_timeout: The number of timer firings to wait before the
343340
* giving up on the current attempt at acquiring a link
344341
* irq: IRQ number of the PHY's interrupt (-1 if none)

0 commit comments

Comments
 (0)