[netdrvr] ibmlana: modularization cleanup
authorJeff Garzik <jeff@garzik.org>
Mon, 5 Nov 2007 02:52:49 +0000 (21:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:40 +0000 (15:03 -0800)
commitfbe02d6d8794c30d5cfa301a0b50e603f1036e5b
tree07a69013d6b7f0cf4bd54f3a9650779e6c2969b2
parent28fc1f5a0c375cb6375fa48e9a8b393f2a189be6
[netdrvr] ibmlana: modularization cleanup

* move alloc_netdev() call, register_netdev() call, and associated failure
  cleanup into ibmlana_probe()

* move per-net_device cleanup into ibmlana_remove_one()

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ibmlana.c