aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2020-05-06 22:13:30 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2020-05-22 14:19:23 +0200
commit2092c910e2399c9e13b199c07421133681b9eaff (patch)
tree64ef86567e7371e17138f2b66c4f4b4e2138429b /net/batman-adv/soft-interface.c
parentnet: partially revert dynamic lockdep key changes (diff)
downloadlinux-dev-2092c910e2399c9e13b199c07421133681b9eaff.tar.xz
linux-dev-2092c910e2399c9e13b199c07421133681b9eaff.zip
batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
The commit 1a33e10e4a95 ("net: partially revert dynamic lockdep key changes") reverts the commit ab92d68fc22f ("net: core: add generic lockdep keys"). But it forgot to also revert the commit 5759af0682b3 ("batman-adv: Drop lockdep.h include for soft-interface.c") which depends on the latter. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/soft-interface.c')
-rw-r--r--net/batman-adv/soft-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 822af540b854..0ddd80130ea3 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -22,6 +22,7 @@
#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>