commit | 9a9e9a1edee8c5d81f7b6a73ab3c312c0dddf476 | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Wed Jul 29 00:08:54 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 00:13:23 2015 -0700 |
tree | ad5a64ce5d6f68314ecbea81c9e066ce04924aef | |
parent | 22caae03172114147c86982e39fa6f42fea51165 [diff] |
stmmac: dwmac-sunxi: 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>