diff options
author | Sven Eckelmann <sven@narfation.org> | 2025-04-13 11:09:03 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2025-04-13 11:11:33 +0200 |
commit | 4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2 (patch) | |
tree | 1823abd522f38ce806cd3605f9125d8f88e2ed76 | |
parent | a608f11d3a3b9464bd6ec63b7e3e84cccd556e06 (diff) |
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 <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
-rw-r--r-- | net/batman-adv/mesh-interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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> |