From 467f0b61e219c8e9d9964df604ca7fa87fc7548e Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 26 Dec 2017 11:52:22 +0100 Subject: [PATCH] batman-adv: Fix missing function name for timer_setup Signed-off-by: Sven Eckelmann --- batman-adv/files/compat-hacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batman-adv/files/compat-hacks.h b/batman-adv/files/compat-hacks.h index a5277c8..a27408d 100644 --- a/batman-adv/files/compat-hacks.h +++ b/batman-adv/files/compat-hacks.h @@ -321,7 +321,7 @@ static inline void *batadv_skb_put_data(struct sk_buff *skb, const void *data, #define TIMER_DATA_TYPE unsigned long #define TIMER_FUNC_TYPE void (*)(TIMER_DATA_TYPE) -static inline void (struct timer_list *timer, +static inline void timer_setup(struct timer_list *timer, void (*callback)(struct timer_list *), unsigned int flags) {