diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index de0e71359ede..ffe438a901b5 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -35,8 +35,8 @@ extern struct tvec_base boot_tvec_bases; | |||
35 | struct timer_list _name = \ | 35 | struct timer_list _name = \ |
36 | TIMER_INITIALIZER(_function, _expires, _data) | 36 | TIMER_INITIALIZER(_function, _expires, _data) |
37 | 37 | ||
38 | void fastcall init_timer(struct timer_list * timer); | 38 | void init_timer(struct timer_list *timer); |
39 | void fastcall init_timer_deferrable(struct timer_list *timer); | 39 | void init_timer_deferrable(struct timer_list *timer); |
40 | 40 | ||
41 | static inline void setup_timer(struct timer_list * timer, | 41 | static inline void setup_timer(struct timer_list * timer, |
42 | void (*function)(unsigned long), | 42 | void (*function)(unsigned long), |