From 8d5e1d8e62e87cd9eaecb4956261cce4320240fd Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 15 Jul 2013 08:24:22 +0300 Subject: xtensa: remove CCOUNT_PER_JIFFY Use ccount_freq directly to make the code a little more readable. Signed-off-by: Baruch Siach Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- arch/xtensa/include/asm/timex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/xtensa/include') diff --git a/arch/xtensa/include/asm/timex.h b/arch/xtensa/include/asm/timex.h index 86aca77339f2..27fa3c170662 100644 --- a/arch/xtensa/include/asm/timex.h +++ b/arch/xtensa/include/asm/timex.h @@ -36,7 +36,6 @@ #endif extern unsigned long ccount_freq; -#define CCOUNT_PER_JIFFY (ccount_freq / HZ) typedef unsigned long long cycles_t; -- cgit v1.2.3