From: Sven Eckelmann Date: Wed, 6 May 2020 20:13:30 +0000 (+0200) Subject: batman-adv: Revert "Drop lockdep.h include for soft-interface.c" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2092c910e2399c9e13b199c07421133681b9eaff;p=linux.git batman-adv: Revert "Drop lockdep.h include for soft-interface.c" 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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 822af540b8540..0ddd80130ea36 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include