batman-adv: Fix includes for *_MAX constants
authorSven Eckelmann <sven@narfation.org>
Fri, 24 May 2019 14:28:50 +0000 (16:28 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 25 May 2019 10:59:53 +0000 (12:59 +0200)
commite1928752988bd95316676fea234475327726e22d
tree5bbd27090ebc329833ce5f127d46907cad46c19e
parenteef98918c88eaeb922e6e82b983419cb2acfda5b
batman-adv: Fix includes for *_MAX constants

The commit 54d50897d544 ("linux/kernel.h: split *_MAX and *_MIN macros into
<linux/limits.h>") moved the U32_MAX/INT_MAX/ULONG_MAX from linux/kernel.h
to linux/limits.h. Adjust the includes accordingly.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/gateway_common.c
net/batman-adv/hard-interface.c
net/batman-adv/netlink.c
net/batman-adv/sysfs.c
net/batman-adv/tp_meter.c