OSDN Git Service

stmmac: dwmac-rk: turn exit into standard driver remove callback
authorJoachim Eastwood <manabian@gmail.com>
Sat, 5 Nov 2016 13:04:50 +0000 (14:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Nov 2016 18:21:24 +0000 (13:21 -0500)
commit0de8c4c9a911a02ef968f7a2f4e8f8ffb7de58ca
treeab04d515f3dad1a681d3050e06a4b339014f819d
parent5619468a4136d595df880dc887eee0c2fa48e8aa
stmmac: dwmac-rk: turn exit into standard driver remove callback

Convert the exit hook into a standard driver remove function as
the hook doesn't really buy us anything extra.

Eventually the exit hook will be deprecated in favor of the driver
remove function.

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