diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/board-ib62x0.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-ib62x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/board-ib62x0.c b/arch/arm/mach-kirkwood/board-ib62x0.c index cfc47f80e734..db08e379a40a 100644 --- a/arch/arm/mach-kirkwood/board-ib62x0.c +++ b/arch/arm/mach-kirkwood/board-ib62x0.c | |||
@@ -61,7 +61,6 @@ void __init ib62x0_init(void) | |||
61 | */ | 61 | */ |
62 | kirkwood_mpp_conf(ib62x0_mpp_config); | 62 | kirkwood_mpp_conf(ib62x0_mpp_config); |
63 | 63 | ||
64 | kirkwood_ehci_init(); | ||
65 | kirkwood_ge00_init(&ib62x0_ge00_data); | 64 | kirkwood_ge00_init(&ib62x0_ge00_data); |
66 | if (gpio_request(IB62X0_GPIO_POWER_OFF, "ib62x0:power:off") == 0 && | 65 | if (gpio_request(IB62X0_GPIO_POWER_OFF, "ib62x0:power:off") == 0 && |
67 | gpio_direction_output(IB62X0_GPIO_POWER_OFF, 0) == 0) | 66 | gpio_direction_output(IB62X0_GPIO_POWER_OFF, 0) == 0) |