Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
---------------------------------------------------------------
commit 25703aaf0fe31d1187f0f7d83bb73d67c6b38ad3
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Wed Oct 30 08:03:49 2019 +0100
batman-adv: Drop lockdep.h include for soft-interface.c
The commit fced7f6bdf34 ("batman-adv: use generic lockdep keys") removed
all lockdep functionality from soft-interface.c but didn't remove the
include for this functionality.
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
---------------------------------------------------------------
25703aaf0fe31d1187f0f7d83bb73d67c6b38ad3
net/batman-adv/soft-interface.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 5ee8e9a1..a203dc1b 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -22,7 +22,6 @@
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/list.h>
-#include <linux/lockdep.h>
#include <linux/netdevice.h>
#include <linux/netlink.h>
#include <linux/percpu.h>