diff options
| author | 2008-02-08 04:19:55 -0800 | |
|---|---|---|
| committer | 2008-02-08 09:22:31 -0800 | |
| commit | ec7015840ad7a8cdc87f52367ffe9c0b0401d919 (patch) | |
| tree | 4d0d7dc6f4ab1e364521a866e0150794d9739a28 /include/linux/timer.h | |
| parent | lib: remove fastcall from lib/* (diff) | |
| download | wireguard-linux-ec7015840ad7a8cdc87f52367ffe9c0b0401d919.tar.xz wireguard-linux-ec7015840ad7a8cdc87f52367ffe9c0b0401d919.zip | |
Remove fastcall from linux/include
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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; struct timer_list _name = \ TIMER_INITIALIZER(_function, _expires, _data) -void fastcall init_timer(struct timer_list * timer); -void fastcall init_timer_deferrable(struct timer_list *timer); +void init_timer(struct timer_list *timer); +void init_timer_deferrable(struct timer_list *timer); static inline void setup_timer(struct timer_list * timer, void (*function)(unsigned long), |
