net: dsa: loop: Inline unregister_fixed_phys()
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 15 Jun 2017 17:15:52 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 16:43:48 +0000 (12:43 -0400)
commit3407dc8ed1a7528e8792c86d9ebc124aa5fa629f
treec7c522784f4f3831e8718e2b00afd2c3bf7d18a5
parent5f881503a43da76a60dd556af1a871cadb411816
net: dsa: loop: Inline unregister_fixed_phys()

This is a simple function that only gets used in the driver's remove
function, inline it there.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/dsa_loop.c