diff options
author | Philippe Rétornaz <philippe.retornaz@epfl.ch> | 2011-09-18 11:52:33 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 08:09:14 -0400 |
commit | 46621ebbf5859375dc1fd4dc21d400224032fbf9 (patch) | |
tree | 6e1b866aa2ce27280c86772e6e167e4bb0d30af5 /arch/arm/mach-imx/mach-mx31_3ds.c | |
parent | f20a5ea8e3aa8cb5cfe74bd8705dbb609a24783c (diff) |
ARM: imx+mc13xxx: remove obsolete leds and regulators flags
Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c index aa2ebe6bae34..7d078b4320c2 100644 --- a/arch/arm/mach-imx/mach-mx31_3ds.c +++ b/arch/arm/mach-imx/mach-mx31_3ds.c | |||
@@ -494,7 +494,7 @@ static struct mc13xxx_platform_data mc13783_pdata = { | |||
494 | .regulators = mx31_3ds_regulators, | 494 | .regulators = mx31_3ds_regulators, |
495 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), | 495 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), |
496 | }, | 496 | }, |
497 | .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN, | 497 | .flags = MC13XXX_USE_TOUCHSCREEN, |
498 | }; | 498 | }; |
499 | 499 | ||
500 | /* SPI */ | 500 | /* SPI */ |