Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1cea3ba authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Octeon: Remove #if 0 code.



Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1029/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1ef28870
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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.
 *