OSDN Git Service

batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
authorSven Eckelmann <sven@narfation.org>
Wed, 6 May 2020 20:13:30 +0000 (22:13 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 22 May 2020 12:19:23 +0000 (14:19 +0200)
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>
net/batman-adv/soft-interface.c

index 822af54..0ddd801 100644 (file)
@@ -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>