[ARM] Remove unused DYN_TICK_* macros
[deliverable/linux.git] / include / asm-arm / mach / time.h
index 047980ad18d119aeb2e6136bba3221294fb75883..96c6db7dd0e1928e25b96e9b0e87fb64c7f113ce 100644 (file)
@@ -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 */
@@ -60,6 +58,8 @@ struct dyn_tick_timer {
 };
 
 void timer_dyn_reprogram(void);
+#else
+#define timer_dyn_reprogram()  do { } while (0)
 #endif
 
 extern struct sys_timer *system_timer;
This page took 0.023783 seconds and 5 git commands to generate.