aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-dt.c
diff options
context:
space:
mode:
authorJamie Lentin <jm@lentin.co.uk>2013-08-11 10:26:50 -0400
committerJason Cooper <jason@lakedaemon.net>2013-08-12 14:43:35 -0400
commit844703c1addb01f83c74a4d284a418263867304d (patch)
tree64c2a873267cd18791e71e7c6ca9d497a966223f /arch/arm/mach-kirkwood/board-dt.c
parentea489af05bdb172fd3863b69fbd61749690935e8 (diff)
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.c3
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)
106 kexec_reinit = kirkwood_enable_pcie; 106 kexec_reinit = kirkwood_enable_pcie;
107#endif 107#endif
108 108
109 if (of_machine_is_compatible("dlink,dns-kirkwood"))
110 dnskw_init();
111
112 if (of_machine_is_compatible("marvell,mv88f6281gtw-ge")) 109 if (of_machine_is_compatible("marvell,mv88f6281gtw-ge"))
113 mv88f6281gtw_ge_init(); 110 mv88f6281gtw_ge_init();
114 111