diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index 4a0d52bc2073..ff0689b6e297 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -188,13 +188,10 @@ extern void set_timer_slack(struct timer_list *time, int slack_hz); | |||
188 | 188 | ||
189 | extern int timer_stats_active; | 189 | extern int timer_stats_active; |
190 | 190 | ||
191 | #define TIMER_STATS_FLAG_DEFERRABLE 0x1 | ||
192 | |||
193 | extern void init_timer_stats(void); | 191 | extern void init_timer_stats(void); |
194 | 192 | ||
195 | extern void timer_stats_update_stats(void *timer, pid_t pid, void *startf, | 193 | extern void timer_stats_update_stats(void *timer, pid_t pid, void *startf, |
196 | void *timerf, char *comm, | 194 | void *timerf, char *comm, u32 flags); |
197 | unsigned int timer_flag); | ||
198 | 195 | ||
199 | extern void __timer_stats_timer_set_start_info(struct timer_list *timer, | 196 | extern void __timer_stats_timer_set_start_info(struct timer_list *timer, |
200 | void *addr); | 197 | void *addr); |