diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-05 05:21:04 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-05 05:21:04 -0400 |
commit | 9d88347758c58ee5b4ac9cd594b96eaafa5e08bb (patch) | |
tree | 2d6a392adfd2e3ed19ff5a7f8d628d0afeee45aa /include | |
parent | 664399e1fbdceb18da9c9c5534dedd62327c63e8 (diff) |
[ARM] Remove unused DYN_TICK_* macros
Neither DYN_TICK_SKIPPING nor DYN_TICK_SUITABLE are used on ARM.
Remove them.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/mach/time.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/mach/time.h b/include/asm-arm/mach/time.h index 2cf279a44017..96c6db7dd0e1 100644 --- a/include/asm-arm/mach/time.h +++ b/include/asm-arm/mach/time.h | |||
@@ -47,9 +47,7 @@ struct sys_timer { | |||
47 | 47 | ||
48 | #ifdef CONFIG_NO_IDLE_HZ | 48 | #ifdef CONFIG_NO_IDLE_HZ |
49 | 49 | ||
50 | #define DYN_TICK_SKIPPING (1 << 2) | ||
51 | #define DYN_TICK_ENABLED (1 << 1) | 50 | #define DYN_TICK_ENABLED (1 << 1) |
52 | #define DYN_TICK_SUITABLE (1 << 0) | ||
53 | 51 | ||
54 | struct dyn_tick_timer { | 52 | struct dyn_tick_timer { |
55 | unsigned int state; /* Current state */ | 53 | unsigned int state; /* Current state */ |