diff options
Diffstat (limited to 'include/asm-arm/mach/time.h')
-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 2cf279a..96c6db7 100644 --- a/include/asm-arm/mach/time.h +++ b/include/asm-arm/mach/time.h @@ -47,9 +47,7 @@ struct sys_timer { #ifdef CONFIG_NO_IDLE_HZ -#define DYN_TICK_SKIPPING (1 << 2) #define DYN_TICK_ENABLED (1 << 1) -#define DYN_TICK_SUITABLE (1 << 0) struct dyn_tick_timer { unsigned int state; /* Current state */ |