commit | 75fee59550a9899fd9438ebc0a64c972829a8dd2 | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Wed Jul 29 00:09:03 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 00:13:25 2015 -0700 |
tree | 7f54431e876b55b37680c8013519b43ce01cda88 | |
parent | 0933328a1b8adb6c8b2b8c8b823dad0295659c40 [diff] |
stmmac: remove setup/free glue callbacks As all dwmac-* drivers have been converted to have a proper probe function the setup callback can now be removed. Also remove the free callback that wasn't used by any driver. New dwmac-* drivers should implement standard probe and remove functions to preform any needed setup and teardown. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>