aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/trace_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/trace_clock.c')
-rw-r--r--arch/powerpc/kernel/trace_clock.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/kernel/trace_clock.c b/arch/powerpc/kernel/trace_clock.c
deleted file mode 100644
index 49170690946d..000000000000
--- a/arch/powerpc/kernel/trace_clock.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, version 2, as
- * published by the Free Software Foundation.
- *
- * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
- */
-
-#include <asm/trace_clock.h>
-#include <asm/time.h>
-
-u64 notrace trace_clock_ppc_tb(void)
-{
- return get_tb();
-}