babeld: update to 1.12.2
[feed/routing.git] / batman-adv / patches / 0003-Revert-batman-adv-use-Linux-s-stdarg.h.patch
1 From: Sven Eckelmann <sven@narfation.org>
2 Date: Tue, 14 Sep 2021 21:07:34 +0200
3 Subject: Revert "batman-adv: use Linux's stdarg.h"
4
5 This header is only available since Linux 5.15
6
7 This reverts commit 36d059797a14f0e373fdc3c79df7b467435925ad.
8
9 --- a/net/batman-adv/log.c
10 +++ b/net/batman-adv/log.c
11 @@ -7,7 +7,7 @@
12 #include "log.h"
13 #include "main.h"
14
15 -#include <linux/stdarg.h>
16 +#include <stdarg.h>
17
18 #include "trace.h"
19