diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2025-03-17 19:07:56 +0100 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-03-17 19:07:56 +0100 |
| commit | f2972ea1627a6a3ef57caf350e84c2ba686c6b4c (patch) | |
| tree | cb1d6fe00e5630054e0c7b6ab23f8793068278d3 /include/linux | |
| parent | 89694a56489571084fe4c05e0f0fc123db382ba6 (diff) | |
| parent | 8ea221b22172a2cc5d0edbfec4b34ef3fe8de167 (diff) | |
| download | lwn-f2972ea1627a6a3ef57caf350e84c2ba686c6b4c.tar.gz lwn-f2972ea1627a6a3ef57caf350e84c2ba686c6b4c.zip | |
Merge branch 'net-phy-clean-up-phy-package-mmd-access-functions'
Heiner Kallweit says:
====================
net: phy: clean up PHY package MMD access functions
Move declarations of the functions with users to phylib.h, and remove
unused functions.
====================
Link: https://patch.msgid.link/b624fcb7-b493-461a-a0b5-9ca7e9d767bc@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/phy.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index c4a6385faf41..61a8cb9d1247 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -2107,22 +2107,6 @@ int __phy_hwtstamp_set(struct phy_device *phydev, struct kernel_hwtstamp_config *config, struct netlink_ext_ack *extack); -int __phy_package_read_mmd(struct phy_device *phydev, - unsigned int addr_offset, int devad, - u32 regnum); - -int phy_package_read_mmd(struct phy_device *phydev, - unsigned int addr_offset, int devad, - u32 regnum); - -int __phy_package_write_mmd(struct phy_device *phydev, - unsigned int addr_offset, int devad, - u32 regnum, u16 val); - -int phy_package_write_mmd(struct phy_device *phydev, - unsigned int addr_offset, int devad, - u32 regnum, u16 val); - extern const struct bus_type mdio_bus_type; struct mdio_board_info { |
