aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r--include/linux/timer.h5
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
189extern int timer_stats_active; 189extern int timer_stats_active;
190 190
191#define TIMER_STATS_FLAG_DEFERRABLE 0x1
192
193extern void init_timer_stats(void); 191extern void init_timer_stats(void);
194 192
195extern void timer_stats_update_stats(void *timer, pid_t pid, void *startf, 193extern 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
199extern void __timer_stats_timer_set_start_info(struct timer_list *timer, 196extern void __timer_stats_timer_set_start_info(struct timer_list *timer,
200 void *addr); 197 void *addr);