]> git.ipfire.org Git - thirdparty/linux.git/commit
batman-adv: add missing includes
authorSven Eckelmann <sven@narfation.org>
Sun, 3 May 2026 20:46:14 +0000 (22:46 +0200)
committerSven Eckelmann <sven@narfation.org>
Fri, 29 May 2026 19:19:21 +0000 (21:19 +0200)
commitb8fbbfe81d3e9678290923f374d700aa03fa8d4e
tree731e40ab02c2e8ccffe3b370649c910df3f13c37
parent6dbf9f76a6929889129d1d975be82cb09466c1c4
batman-adv: add missing includes

Some of the recent fixes required features from new header files. There is
currently no build problem because transitive includes take care of it. But
the batman-adv source code tries to avoid the dependency to
transitive/implicite includes because it has no control over them and they
might get removed at some point.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bat_v_ogm.c
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/distributed-arp-table.c
net/batman-adv/fragmentation.c
net/batman-adv/gateway_client.c
net/batman-adv/hard-interface.c
net/batman-adv/mesh-interface.c
net/batman-adv/translation-table.c
net/batman-adv/tvlv.c