diff options
| -rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index a4a43b3684ef..8f2a2f8712d7 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
| @@ -267,12 +267,6 @@ static void __init lpc3250_machine_init(void) | |||
| 267 | 267 | ||
| 268 | of_platform_populate(NULL, of_default_bus_match_table, | 268 | of_platform_populate(NULL, of_default_bus_match_table, |
| 269 | lpc32xx_auxdata_lookup, NULL); | 269 | lpc32xx_auxdata_lookup, NULL); |
| 270 | |||
| 271 | /* Register GPIOs used on this board */ | ||
| 272 | if (gpio_request(MMC_PWR_ENABLE_GPIO, "mmc_power_en")) | ||
| 273 | pr_err("Error requesting gpio %u", MMC_PWR_ENABLE_GPIO); | ||
| 274 | else if (gpio_direction_output(MMC_PWR_ENABLE_GPIO, 1)) | ||
| 275 | pr_err("Error setting gpio %u to output", MMC_PWR_ENABLE_GPIO); | ||
| 276 | } | 270 | } |
| 277 | 271 | ||
| 278 | static char const *lpc32xx_dt_compat[] __initdata = { | 272 | static char const *lpc32xx_dt_compat[] __initdata = { |
