net: phy: marvell: remove superseded function marvell_set_downshift
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 19 Oct 2019 13:58:19 +0000 (15:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2019 17:45:03 +0000 (10:45 -0700)
commite2d861cc0ff3c9d512177655756a93d4489f9456
treee968c4a33f74cdc5a0e1e98578780f8829b11915
parenta3bdfce7bf9cfc621888974670ac1a96d379201a
net: phy: marvell: remove superseded function marvell_set_downshift

Instead of superseded function marvell_set_downshift() we can use new
function m88e1111_set_downshift() in m88e1116r_config_init().
For this m88e1116r_config_init() has to be moved in the code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c