meth driver renovation
authorRalf Baechle <ralf@linux-mips.org>
Thu, 24 May 2007 11:54:04 +0000 (12:54 +0100)
committerJeff Garzik <jeff@garzik.org>
Thu, 24 May 2007 21:20:49 +0000 (17:20 -0400)
commite971290133d8151c468cd70206fedc92648feb58
treedde9ebfd2a269dd892782c73910255a422a872a5
parent73815538e642de66a5607cc16d13004ecb1a3062
meth driver renovation

The meth ethernet driver for the SGI IP32 aka O2 is so far still an old
style driver which does not use the device driver model.  This is now
causing issues with some udev based gadgetry in debian-stable.  Fixed by
converting the meth driver to a platform device.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
--
Fixes since previous patch:

  o Fixed typo in meth_exit_module()
Signed-off-by: Jeff Garzik <jeff@garzik.org>
arch/mips/sgi-ip32/Makefile
arch/mips/sgi-ip32/ip32-platform.c [new file with mode: 0644]
drivers/net/meth.c