]> git.baikalelectronics.ru Git - kernel.git/commit
defxx.c: dfx_bus_init() is __devexit not __devinit
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 22 Oct 2007 17:13:24 +0000 (18:13 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 24 Oct 2007 00:18:13 +0000 (20:18 -0400)
commit1cc18176a6227f8ce632a278202090b2734041b6
tree7c4d0088c1b7f0eca5510ff2dce1c2c89953f14b
parent4ed57ea519c34dad83315ad2bd5d3ada217b1cf7
defxx.c: dfx_bus_init() is __devexit not __devinit

 The dfx_bus_uninit() call is called from dfx_unregister() which is
__devexit and which is ultimately the ->remove call for the device.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/defxx.c