net: phy: rename phy_do_ioctl to phy_do_ioctl_running
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 20 Jan 2020 21:16:07 +0000 (22:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:50:41 +0000 (10:50 +0100)
commit3231e5d2228a2078ce5982d63ea9a617e4972c00
tree0f05c99b7a861827b6be09ff4da6d9693825cd58
parentbea5416561b1b997adbe3a04a5665e647c589a13
net: phy: rename phy_do_ioctl to phy_do_ioctl_running

We just added phy_do_ioctl, but it turned out that we need another
version of this function that doesn't check whether net_device is
running. So rename phy_do_ioctl to phy_do_ioctl_running.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c
drivers/net/phy/phy.c
include/linux/phy.h