Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342364
b: refs/heads/master
c: 2a18588
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper committed Nov 24, 2012
1 parent 48706be commit b72c6e9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 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: 155acbe7f7bf7563239ff4d188634930512d0c02
refs/heads/master: 2a18588c0ce336933be3c99c91e74e21db56a0fe
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-kirkwood/board-mplcec4.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void __init mplcec4_init(void)
/*
* Basic setup. Needs to be called early.
*/
kirkwood_ehci_init();
kirkwood_ge00_init(&mplcec4_ge00_data);
kirkwood_ge01_init(&mplcec4_ge01_data);
kirkwood_sdio_init(&mplcec4_mvsdio_data);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-kirkwood/board-ns2.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ void __init ns2_init(void)
*/
kirkwood_mpp_conf(ns2_mpp_config);

kirkwood_ehci_init();
if (of_machine_is_compatible("lacie,netspace_lite_v2") ||
of_machine_is_compatible("lacie,netspace_mini_v2"))
ns2_ge00_data.phy_addr = MV643XX_ETH_PHY_ADDR(0);
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-kirkwood/board-nsa310.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ void __init nsa310_init(void)

nsa310_gpio_init();

/* this can be removed once the mainline kirkwood.dtsi gets
* the ehci configuration by default */
kirkwood_ehci_init();

kirkwood_pcie_id(&dev, &rev);

i2c_register_board_info(0, ARRAY_AND_SIZE(nsa310_i2c_info));
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-kirkwood/board-usi_topkick.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ void __init usi_topkick_init(void)
/* SATA0 power enable */
gpio_set_value(TOPKICK_SATA0_PWR_ENABLE, 1);

kirkwood_ehci_init();
kirkwood_ge00_init(&topkick_ge00_data);
kirkwood_sdio_init(&topkick_mvsdio_data);
}

0 comments on commit b72c6e9

Please sign in to comment.