From: Sven Eckelmann Date: Sun, 13 Apr 2025 09:09:03 +0000 (+0200) Subject: batman-adv: Drop unused net_namespace.h include X-Git-Tag: v6.16-rc1~132^2~139^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2;p=thirdparty%2Flinux.git batman-adv: Drop unused net_namespace.h include Since commit 69c7be1b903f ("rtnetlink: Pack newlink() params into struct"), .newlink() doesn't use the struct net parameter. A type definition from net_namespace.h is no longer needed. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/mesh-interface.c b/net/batman-adv/mesh-interface.c index e48b683a033ff..5bbc366f974d9 100644 --- a/net/batman-adv/mesh-interface.c +++ b/net/batman-adv/mesh-interface.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include