diff options
author | Philippe Rétornaz <philippe.retornaz@epfl.ch> | 2011-09-18 17:52:33 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 14:09:14 +0200 |
commit | 46621ebbf5859375dc1fd4dc21d400224032fbf9 (patch) | |
tree | 6e1b866aa2ce27280c86772e6e167e4bb0d30af5 /arch/arm/mach-imx/mach-mx31_3ds.c | |
parent | f20a5ea8e3aa8cb5cfe74bd8705dbb609a24783c (diff) | |
download | op-kernel-dev-46621ebbf5859375dc1fd4dc21d400224032fbf9.zip op-kernel-dev-46621ebbf5859375dc1fd4dc21d400224032fbf9.tar.gz |
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 aa2ebe6..7d078b4 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 = { .regulators = mx31_3ds_regulators, .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), }, - .flags = MC13XXX_USE_REGULATOR | MC13XXX_USE_TOUCHSCREEN, + .flags = MC13XXX_USE_TOUCHSCREEN, }; /* SPI */ |