Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326624
b: refs/heads/master
c: 7a5deff
h: refs/heads/master
v: v3
  • Loading branch information
Roland Stigge committed Sep 6, 2012
1 parent 3398f82 commit ccb4cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b941238fe1a0b015ff6519a6287ce1eae4fb8c9
refs/heads/master: 7a5deff68f9e0a1db170ac9dd3b2b4aaddc1b80c
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-lpc32xx/phy3250.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ static void __init lpc3250_machine_init(void)

of_platform_populate(NULL, of_default_bus_match_table,
lpc32xx_auxdata_lookup, NULL);

/* Register GPIOs used on this board */
if (gpio_request(MMC_PWR_ENABLE_GPIO, "mmc_power_en"))
pr_err("Error requesting gpio %u", MMC_PWR_ENABLE_GPIO);
else if (gpio_direction_output(MMC_PWR_ENABLE_GPIO, 1))
pr_err("Error setting gpio %u to output", MMC_PWR_ENABLE_GPIO);
}

static char const *lpc32xx_dt_compat[] __initdata = {
Expand Down

0 comments on commit ccb4cd5

Please sign in to comment.