mfd: Fix TWL4030 build on some ARM variants
authorMark Brown <broonie@sirena.org.uk>
Wed, 4 Feb 2009 20:26:07 +0000 (21:26 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Tue, 17 Feb 2009 08:00:13 +0000 (09:00 +0100)
commita313d758cc7956d7f1e7a727c8fa571b6468fabf
tree316d5c0eff392c2b87254081d8a404e618cba7df
parent29c6a2e6f88225ae2673aabd2de0fa2126653231
mfd: Fix TWL4030 build on some ARM variants

Many ARM platforms do not provide a mach/cpu.h so rather than guarding
the use of that header with CONFIG_ARM guard it with the guards used
when testing for the OMAP variants in the body of the code.

Signed-off-by: Mark Brown <broonie@sirena.org.uk>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/twl4030-core.c