diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-10 16:01:09 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:06 -0500 |
commit | 970a43c76ffb85fbb3d215e5c2b91074f5e33768 (patch) | |
tree | 3d6b542ad5f22a73c12e109a5a773970ba3b5853 /arch/arm/mach-kirkwood | |
parent | 25026d0d21faefe59aa316bf9ae29b56755e4e05 (diff) |
ARM: Kirkwood: Remove redundent SDIO clock alias
Now that SDIO is instantiated via DT, and the SDIO DT node has a clocks
property, we no longer need a C coded clock alias. Remove it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index 2c884feee503..8eac5487773b 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c | |||
@@ -62,11 +62,6 @@ static void __init kirkwood_legacy_clk_init(void) | |||
62 | clkspec.args[0] = CGC_BIT_GE1; | 62 | clkspec.args[0] = CGC_BIT_GE1; |
63 | orion_clkdev_add(NULL, "mv643xx_eth_port.1", | 63 | orion_clkdev_add(NULL, "mv643xx_eth_port.1", |
64 | of_clk_get_from_provider(&clkspec)); | 64 | of_clk_get_from_provider(&clkspec)); |
65 | |||
66 | clkspec.args[0] = CGC_BIT_SDIO; | ||
67 | orion_clkdev_add(NULL, "mvsdio", | ||
68 | of_clk_get_from_provider(&clkspec)); | ||
69 | |||
70 | } | 65 | } |
71 | 66 | ||
72 | static void __init kirkwood_of_clk_init(void) | 67 | static void __init kirkwood_of_clk_init(void) |