phy: marvell: Fix 88E1510 initialization
authorClemens Gruber <clemens.gruber@pqgruber.com>
Tue, 23 Feb 2016 19:16:58 +0000 (20:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 21:08:37 +0000 (16:08 -0500)
commit407353ec85ccc775ce342a6c5a1202f34ed827cc
tree5cf5cda167cf911ccaf28492b99370788db01aeb
parent1fc7261b16cb00db4e547f3407f81383be8d068e
phy: marvell: Fix 88E1510 initialization

A bug was introduced in the merge commit b633353115e3 ("Merge
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net")
The generic marvell_config_init (and therefore marvell_of_reg_init) is
not called anymore for the Marvell 88E1510 (in net-next).

This patch calls marvell_config_init and moves the specific init
function for the 88E1510 below the marvell_config_init function to avoid
adding a function predeclaration.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c