The following commit has been merged in the master branch:
commit 4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2
Author: Sven Eckelmann <[email protected]>
Date:   Sun Apr 13 11:09:03 2025 +0200

    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 <[email protected]>
    Signed-off-by: Simon Wunderlich <[email protected]>

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 <linux/stddef.h>
 #include <linux/string.h>
 #include <linux/types.h>
-#include <net/net_namespace.h>
 #include <net/netlink.h>
 #include <uapi/linux/batadv_packet.h>
 #include <uapi/linux/batman_adv.h>

-- 
LinuxNextTracking

Reply via email to