]> 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)
commit99682d4e8c1a3b26fe50a93b0e0a985635beab09
tree72f3080b98d0ed3dfa0dc8406e82e7cd80dfad04
parentb30dffcf21c9394405b1ce06c82a893599555000
batman-adv: Add new include for min/max helpers

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