diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2013-08-11 18:26:50 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-12 22:43:35 +0400 |
commit | 844703c1addb01f83c74a4d284a418263867304d (patch) | |
tree | 64c2a873267cd18791e71e7c6ca9d497a966223f /arch/arm/mach-kirkwood/board-dt.c | |
parent | ea489af05bdb172fd3863b69fbd61749690935e8 (diff) | |
download | linux-844703c1addb01f83c74a4d284a418263867304d.tar.xz |
ARM: kirkwood: Remove all remaining trace of DNS-320/325 platform code
No platform code left now, so remove all references to it.
The reset gpio code didn't work to begin with, it will be replaced with
a DT node at a future date. -jc
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-dt.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-dt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-kirkwood/board-dt.c b/arch/arm/mach-kirkwood/board-dt.c index b129c65c23a4..b1872e93a78d 100644 --- a/arch/arm/mach-kirkwood/board-dt.c +++ b/arch/arm/mach-kirkwood/board-dt.c @@ -106,9 +106,6 @@ static void __init kirkwood_dt_init(void) kexec_reinit = kirkwood_enable_pcie; #endif - if (of_machine_is_compatible("dlink,dns-kirkwood")) - dnskw_init(); - if (of_machine_is_compatible("marvell,mv88f6281gtw-ge")) mv88f6281gtw_ge_init(); |