aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/timex_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/timex_32.h')
-rw-r--r--arch/sparc/include/asm/timex_32.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/timex_32.h b/arch/sparc/include/asm/timex_32.h
index 542915b46209..f86326a6f89e 100644
--- a/arch/sparc/include/asm/timex_32.h
+++ b/arch/sparc/include/asm/timex_32.h
@@ -9,8 +9,6 @@
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
-/* XXX Maybe do something better at some point... -DaveM */
-typedef unsigned long cycles_t;
-#define get_cycles() (0)
+#include <asm-generic/timex.h>
#endif