This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d
Signed-off-by: Sven Eckelmann sven@narfation.org --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/types.h b/types.h index fd86a44..2141c13 100644 --- a/types.h +++ b/types.h @@ -22,7 +22,7 @@
#include "packet.h" #include "bitarray.h" -#include "linux/kernel.h" +#include <linux/kernel.h>
#define BATADV_HEADER_LEN \ (ETH_HLEN + max(sizeof(struct batadv_unicast_packet), \