From: Russell King Date: Mon, 5 Sep 2005 09:21:04 +0000 (+0100) Subject: [ARM] Remove unused DYN_TICK_* macros X-Git-Tag: v2.6.16.28-rc1~4526^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d88347758c58ee5b4ac9cd594b96eaafa5e08bb;p=karo-tx-linux.git [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 --- 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 { #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 */