commit | 8387ee21f972debce15d92e98a37455ae7e035e4 | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Wed Jul 29 00:08:55 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 00:13:23 2015 -0700 |
tree | f55adbbf9b85d47c0e3ffeba5d86e22afd120084 | |
parent | 9a9e9a1edee8c5d81f7b6a73ab3c312c0dddf476 [diff] |
stmmac: dwmac-sti: 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 prepares the driver for further clean ups. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>