aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2010-03-03 11:07:43 -0800
committerRalf Baechle <ralf@linux-mips.org>2010-04-12 17:26:09 +0100
commitb1cea3bab575af386618baba0db3c5fae7ce521f (patch)
treebecc152602f322b7b32e1599ea57783baeebcb51 /arch
parentMIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32_USE_WIRED_TLB (diff)
downloadlinux-dev-b1cea3bab575af386618baba0db3c5fae7ce521f.tar.xz
linux-dev-b1cea3bab575af386618baba0db3c5fae7ce521f.zip
MIPS: Octeon: Remove #if 0 code.
Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/1029/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/cavium-octeon/setup.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index 26a9699db426..e07c54048f97 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -246,18 +246,6 @@ static void octeon_halt(void)
octeon_kill_core(NULL);
}
-#if 0
-/**
- * Platform time init specifics.
- * Returns
- */
-void __init plat_time_init(void)
-{
- /* Nothing special here, but we are required to have one */
-}
-
-#endif
-
/**
* Handle all the error condition interrupts that might occur.
*