diff options
author | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 03:58:12 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 03:58:12 +0000 |
commit | 2a18588c0ce336933be3c99c91e74e21db56a0fe (patch) | |
tree | cae25c475f6fdcde414cb46d7e68b9bfe87d6574 /arch/arm/mach-kirkwood/board-nsa310.c | |
parent | 155acbe7f7bf7563239ff4d188634930512d0c02 (diff) | |
download | op-kernel-dev-2a18588c0ce336933be3c99c91e74e21db56a0fe.zip op-kernel-dev-2a18588c0ce336933be3c99c91e74e21db56a0fe.tar.gz |
ARM: Kirkwood: remove kirkwood_ehci_init() from new boards
ehci-orion initialization moved to DT. New boards don't need to call
kirkwood_ehci_init().
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-nsa310.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-nsa310.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-kirkwood/board-nsa310.c b/arch/arm/mach-kirkwood/board-nsa310.c index 027ce83..f58d2e1 100644 --- a/arch/arm/mach-kirkwood/board-nsa310.c +++ b/arch/arm/mach-kirkwood/board-nsa310.c @@ -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)); |