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>
This commit is contained in:
committed by
Linus Torvalds
parent
9f741cb8fe
commit
ec7015840a
@@ -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),
|
||||
|
Reference in New Issue
Block a user