ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x
authorRuss Dill <Russ.Dill@ti.com>
Fri, 23 Mar 2012 09:21:36 +0000 (02:21 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Apr 2012 17:31:34 +0000 (10:31 -0700)
commitbdacbce65492f54e02a97c23328ec4bbcc31554a
treebf976e208eebc55d8f05e9abdf0d988534128cfd
parenta297068c1fa529c350e7923b85372ca3b38dcdc5
ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x

Adding in support for regulators here creates several headaches.
 - Boards that declare their own regulator cannot use this function.
 - Multiple calls to this function require special handling.
 - Boards that declare id's other than '0' need special handling.

Now that there is a simple regulator_register_fixed, we can push
this registration back into the board files.

Signed-off-by: Russ Dill <russ.dill@ti.com>
Tested-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc-smsc911x.c