]> www.infradead.org Git - users/jedix/linux-maple.git/commit
batman-adv: Drop unused net_namespace.h include
authorSven Eckelmann <sven@narfation.org>
Sun, 13 Apr 2025 09:09:03 +0000 (11:09 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 13 Apr 2025 09:11:33 +0000 (11:11 +0200)
commit4e1ccc8e52e5eb3a072d7e4faecd80c6f326bfd2
tree1823abd522f38ce806cd3605f9125d8f88e2ed76
parenta608f11d3a3b9464bd6ec63b7e3e84cccd556e06
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>
net/batman-adv/mesh-interface.c