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>
---
include/linux/phy.h | 3 ---
1 file changed, 3 deletions(-)
Changes since v1
- remove also documentation for dev and bus
@@ -327,8 +327,6 @@ struct phy_c45_device_ids {/* phy_device: An instance of a PHY**drv:PointertothedriverforthisPHYinstance-*bus:PointertothebusthisPHYison-*dev:drivermodeldevicestructureforthisPHY*phy_id:UIDforthisdevicefoundduringdiscovery*c45_ids:802.3-c45DeviceIdentifersifis_c45.*is_c45:Settotrueifthisphyusesclause45addressing.
From: Andrew Lunn <andrew@lunn.ch> Date: 2016-03-10 14:22:06
On Thu, Mar 10, 2016 at 01:58:58PM +0100, LABBE Corentin wrote:
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>
Hi Corentin
Thanks for updating the patch with the extra removals.
Andrew
quoted hunk
---
include/linux/phy.h | 3 ---
1 file changed, 3 deletions(-)
Changes since v1
- remove also documentation for dev and bus
@@ -327,8 +327,6 @@ struct phy_c45_device_ids {/* phy_device: An instance of a PHY**drv:PointertothedriverforthisPHYinstance-*bus:PointertothebusthisPHYison-*dev:drivermodeldevicestructureforthisPHY*phy_id:UIDforthisdevicefoundduringdiscovery*c45_ids:802.3-c45DeviceIdentifersifis_c45.*is_c45:Settotrueifthisphyusesclause45addressing.
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>
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>