]> git.baikalelectronics.ru Git - 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)
commit16be7fa30b715e5109ef8b300b42437444bf2327
tree72f3080b98d0ed3dfa0dc8406e82e7cd80dfad04
parent3ee001dfa3b478094de34ad2ddfd151d6847cf7f
batman-adv: Add new include for min/max helpers

The commit b52e41296007 ("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