From: Sven Eckelmann Date: Sun, 21 Oct 2018 09:30:28 +0000 (+0200) Subject: batman-adv: Drop unused lockdep include X-Git-Tag: v5.0-rc1~129^2~295^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=01468225f305f3607868171b1abc2929a4501fad;p=users%2Fjedix%2Flinux-maple.git batman-adv: Drop unused lockdep include The commit dee222c7b20c ("batman-adv: Move OGM rebroadcast stats to orig_ifinfo") removed all used functionality of the include linux/lockdep.h from batadv_iv_ogm.c. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index d2227091029fc..1d31ac84dec7e 100644 --- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include