Dmitry Torokhov be12502e2e drivers: net: ethernet: remove incorrect __exit markups
Even if bus is not hot-pluggable, devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-02 14:33:49 -08:00
..
2017-02-03 11:13:17 -05:00
2017-02-27 18:43:47 -08:00
2017-02-05 16:11:57 -05:00
2017-02-09 17:24:29 -05:00
2017-02-05 16:11:57 -05:00
2017-02-05 16:11:57 -05:00
2017-02-17 12:42:24 -05:00