batman-adv: include gfp.h for GFP_* defines
authorSven Eckelmann <sven@narfation.org>
Sun, 19 Nov 2017 16:12:02 +0000 (17:12 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 15 Dec 2017 16:24:10 +0000 (17:24 +0100)
commitb92b94ac732f5c83c60be2825d8b5cec4dc469d3
tree0126b4907b9a4f285d57e21155d1387d687de02e
parenta010579273bdfbee6ee79422dbebba3dcf18ebf7
batman-adv: include gfp.h for GFP_* defines

The linux/gfp.h provides the GFP_ATOMIC and GFP_KERNEL define. It should
therefore be included instead of linux/fs.h.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
22 files changed:
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v_elp.c
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/hash.c
net/batman-adv/icmp_socket.c
net/batman-adv/log.c
net/batman-adv/main.c
net/batman-adv/multicast.c
net/batman-adv/netlink.c
net/batman-adv/network-coding.c
net/batman-adv/originator.c
net/batman-adv/send.c
net/batman-adv/soft-interface.c
net/batman-adv/sysfs.c
net/batman-adv/tp_meter.c
net/batman-adv/translation-table.c
net/batman-adv/tvlv.c