From: Sven Eckelmann Date: Wed, 30 Oct 2019 07:03:49 +0000 (+0100) Subject: batman-adv: Drop lockdep.h include for soft-interface.c X-Git-Tag: v5.5-rc1~174^2~214^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5759af0682b3395e64cf615e062d6ecad01428dc;p=thirdparty%2Fkernel%2Flinux.git batman-adv: Drop lockdep.h include for soft-interface.c The commit ab92d68fc22f ("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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 697f2da124874..832e156c519e5 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include