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>

authored by Maciej W. Rozycki and committed by Jeff Garzik 79d10508 b9192ad9

+1 -1
+1 -1
drivers/net/defxx.c
··· 805 * Interrupts are disabled at the adapter bus-specific logic. 806 */ 807 808 - static void __devinit dfx_bus_uninit(struct net_device *dev) 809 { 810 DFX_board_t *bp = netdev_priv(dev); 811 struct device *bdev = bp->bus_dev;
··· 805 * Interrupts are disabled at the adapter bus-specific logic. 806 */ 807 808 + static void __devexit dfx_bus_uninit(struct net_device *dev) 809 { 810 DFX_board_t *bp = netdev_priv(dev); 811 struct device *bdev = bp->bus_dev;