diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index ffe438a901b5..979fefdeb862 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -124,8 +124,6 @@ static inline void timer_stats_timer_clear_start_info(struct timer_list *timer) | |||
124 | } | 124 | } |
125 | #endif | 125 | #endif |
126 | 126 | ||
127 | extern void delayed_work_timer_fn(unsigned long __data); | ||
128 | |||
129 | /** | 127 | /** |
130 | * add_timer - start a timer | 128 | * add_timer - start a timer |
131 | * @timer: the timer to be added | 129 | * @timer: the timer to be added |