]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
batman-adv: Add new include for min/max helpers
authorSven Eckelmann <sven@narfation.org>
Mon, 26 Oct 2020 20:01:59 +0000 (21:01 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 4 Dec 2020 07:40:52 +0000 (08:40 +0100)
commitfcd193e1dfa6842e2783b04d98345767fe99cf31
tree72f3080b98d0ed3dfa0dc8406e82e7cd80dfad04
parentfee3e9554ac0fe897a6b1fbadde1bf1663412973
batman-adv: Add new include for min/max helpers

The commit b296a6d53339 ("kernel.h: split out min()/max() et al. helpers")
moved the min/max helper functionality from kernel.h to minmax.h. Adjust
the kernel code accordingly to avoid fragile indirect includes.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_v.c
net/batman-adv/bat_v_elp.c
net/batman-adv/bat_v_ogm.c
net/batman-adv/fragmentation.c
net/batman-adv/hard-interface.c
net/batman-adv/icmp_socket.c
net/batman-adv/main.c
net/batman-adv/netlink.c
net/batman-adv/tp_meter.c