mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
timer: Remove init_timer() interface
All users of init_timer() have been updated. Remove the ancient interface. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Kees Cook <keescook@chromium.org>
This commit is contained in:
parent
86cb30ec07
commit
7eeb6b893b
2 changed files with 3 additions and 10 deletions
|
@ -117,9 +117,6 @@ static inline void init_timer_on_stack_key(struct timer_list *timer,
|
|||
init_timer_on_stack_key((_timer), (_flags), NULL, NULL)
|
||||
#endif
|
||||
|
||||
#define init_timer(timer) \
|
||||
__init_timer((timer), 0)
|
||||
|
||||
#define __setup_timer(_timer, _fn, _data, _flags) \
|
||||
do { \
|
||||
__init_timer((_timer), (_flags)); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue