From 203ee34d9c744815cfa0d604dc81fe9c5de688d5 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Fri, 22 Feb 2019 20:04:35 +0100 Subject: [PATCH] batman-adv: Drop unused compat-hacks.patch The linux/build_bug.h is already provided by mac80211's backports. It is not needed anymore to adjust the includes to use the older linux/bug.h Signed-off-by: Sven Eckelmann --- batman-adv/patches/0001-compat-hacks.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 batman-adv/patches/0001-compat-hacks.patch diff --git a/batman-adv/patches/0001-compat-hacks.patch b/batman-adv/patches/0001-compat-hacks.patch deleted file mode 100644 index 0a9994d..0000000 --- a/batman-adv/patches/0001-compat-hacks.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/net/batman-adv/main.c -+++ b/net/batman-adv/main.c -@@ -19,7 +19,7 @@ - #include "main.h" - - #include --#include -+#include - #include - #include - #include ---- a/net/batman-adv/tp_meter.c -+++ b/net/batman-adv/tp_meter.c -@@ -20,7 +20,7 @@ - #include "main.h" - - #include --#include -+#include - #include - #include - #include ---- a/net/batman-adv/translation-table.c -+++ b/net/batman-adv/translation-table.c -@@ -21,7 +21,7 @@ - - #include - #include --#include -+#include - #include - #include - #include -- 2.30.2