stmmac: dwmac-ipq806x: turn setup callback into a probe function
commit5ed1c04a38979f025dd2cf5f37ef5c39a9fc2f85
authorJoachim Eastwood <manabian@gmail.com>
Tue, 28 Jul 2015 22:08:50 +0000 (29 00:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2015 07:13:22 +0000 (29 00:13 -0700)
tree87713c72ad39f65deee960c32b7207c99922c3d7
parent213088f6fadfbccc675bc8ebf6901327d802c3a2
stmmac: dwmac-ipq806x: turn setup callback into a probe function

By using a few functions from stmmac_platform a proper probe
function can be created from the setup glue callback. This
makes it look more like a standard driver and the OF match
data can also be dropped.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c