diff options
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index fd95ccf8be5c..768f0dcdc34e 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -359,17 +359,8 @@ static struct regulator_consumer_supply rx51_vio_supplies[] = { | |||
359 | REGULATOR_SUPPLY("DVDD", "2-0019"), | 359 | REGULATOR_SUPPLY("DVDD", "2-0019"), |
360 | }; | 360 | }; |
361 | 361 | ||
362 | #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE) | ||
363 | extern struct platform_device rx51_display_device; | ||
364 | #endif | ||
365 | |||
366 | static struct regulator_consumer_supply rx51_vaux1_consumers[] = { | 362 | static struct regulator_consumer_supply rx51_vaux1_consumers[] = { |
367 | #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE) | 363 | REGULATOR_SUPPLY("vdds_sdi", "omapdss"), |
368 | { | ||
369 | .supply = "vdds_sdi", | ||
370 | .dev = &rx51_display_device.dev, | ||
371 | }, | ||
372 | #endif | ||
373 | }; | 364 | }; |
374 | 365 | ||
375 | static struct regulator_init_data rx51_vaux1 = { | 366 | static struct regulator_init_data rx51_vaux1 = { |