commit | 8880b6c849916a3d688e2f2404a063cc14cc4a88 | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Wed Jul 29 00:08:52 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 00:13:23 2015 -0700 |
tree | 2014aad3db678413678ee6586140319be7e9f116 | |
parent | 82732789e8e7fb19091f773f2b3536968398ae4b [diff] |
stmmac: dwmac-socfpga: 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>