diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-03-03 14:07:43 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 12:26:09 -0400 |
commit | b1cea3bab575af386618baba0db3c5fae7ce521f (patch) | |
tree | becc152602f322b7b32e1599ea57783baeebcb51 /arch | |
parent | 1ef2887030dbeb42282a99f8a8e3d7ad07ef70ee (diff) |
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.c | 12 |
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) | |||
246 | octeon_kill_core(NULL); | 246 | octeon_kill_core(NULL); |
247 | } | 247 | } |
248 | 248 | ||
249 | #if 0 | ||
250 | /** | ||
251 | * Platform time init specifics. | ||
252 | * Returns | ||
253 | */ | ||
254 | void __init plat_time_init(void) | ||
255 | { | ||
256 | /* Nothing special here, but we are required to have one */ | ||
257 | } | ||
258 | |||
259 | #endif | ||
260 | |||
261 | /** | 249 | /** |
262 | * Handle all the error condition interrupts that might occur. | 250 | * Handle all the error condition interrupts that might occur. |
263 | * | 251 | * |