forked from Minki/linux
batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
The commit1a33e10e4a
("net: partially revert dynamic lockdep key changes") reverts the commitab92d68fc2
("net: core: add generic lockdep keys"). But it forgot to also revert the commit5759af0682
("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>
This commit is contained in:
parent
1a33e10e4a
commit
2092c910e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user