浏览代码

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>
David Daney 16 年之前
父节点
当前提交
b1cea3bab5
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      arch/mips/cavium-octeon/setup.c

+ 0 - 12
arch/mips/cavium-octeon/setup.c

@@ -246,18 +246,6 @@ static void octeon_halt(void)
 	octeon_kill_core(NULL);
 	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.
  * Handle all the error condition interrupts that might occur.
  *
  *