From: Sven Eckelmann Date: Sun, 13 Apr 2025 09:09:03 +0000 (+0200) Subject: batman-adv: Drop unused net_namespace.h include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2;p=users%2Fwilly%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 e48b683a033f..5bbc366f974d 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