Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 315fe57e23f3b47083292e885ec0621a0e4c7ce0 Author: Sven Eckelmann sven@narfation.org Date: Tue Dec 26 11:52:22 2017 +0100
batman-adv-devel: Fix missing function name for timer_setup
Signed-off-by: Sven Eckelmann sven@narfation.org
315fe57e23f3b47083292e885ec0621a0e4c7ce0 batman-adv-devel/files/compat-hacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv-devel/files/compat-hacks.h b/batman-adv-devel/files/compat-hacks.h index a5277c8..a27408d 100644 --- a/batman-adv-devel/files/compat-hacks.h +++ b/batman-adv-devel/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) {