| Submitter | David Daney |
|---|---|
| Date | 2010-03-03 07:03:43 |
| Message ID | <1267643263-27803-1-git-send-email-ddaney@caviumnetworks.com> |
| Download | mbox | patch |
| Permalink | /patch/1029/ |
| State | Accepted |
| Delegated to: | Ralf Baechle |
| Headers | show |
Comments
On Wed, Mar 03, 2010 at 11:07:43AM -0800, David Daney wrote:
> Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Applied. Thanks,
Ralf
Patch
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 4ba3277..a7f8c9d 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. *
Signed-off-by: David Daney <ddaney@caviumnetworks.com> --- arch/mips/cavium-octeon/setup.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-)