aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/network-coding.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2017-11-19 11:12:02 -0500
committerSimon Wunderlich <sw@simonwunderlich.de>2017-12-15 11:24:10 -0500
commitb92b94ac732f5c83c60be2825d8b5cec4dc469d3 (patch)
tree0126b4907b9a4f285d57e21155d1387d687de02e /net/batman-adv/network-coding.c
parenta010579273bdfbee6ee79422dbebba3dcf18ebf7 (diff)
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>
Diffstat (limited to 'net/batman-adv/network-coding.c')
-rw-r--r--net/batman-adv/network-coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c
index 5cfac6e56610..d37fe5ed6117 100644
--- a/net/batman-adv/network-coding.c
+++ b/net/batman-adv/network-coding.c
@@ -26,7 +26,7 @@
26#include <linux/debugfs.h> 26#include <linux/debugfs.h>
27#include <linux/errno.h> 27#include <linux/errno.h>
28#include <linux/etherdevice.h> 28#include <linux/etherdevice.h>
29#include <linux/fs.h> 29#include <linux/gfp.h>
30#include <linux/if_ether.h> 30#include <linux/if_ether.h>
31#include <linux/if_packet.h> 31#include <linux/if_packet.h>
32#include <linux/init.h> 32#include <linux/init.h>