Skip to content

Commit

Permalink
batman-adv: Drop lockdep.h include for soft-interface.c
Browse files Browse the repository at this point in the history
The commit ab92d68 ("net: core: add 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 <[email protected]>
Signed-off-by: Simon Wunderlich <[email protected]>
  • Loading branch information
ecsv authored and simonwunderlich committed Nov 3, 2019
1 parent a7757d3 commit 5759af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5759af0

Please sign in to comment.