OSDN Git Service

batman-adv: Add missing include for EPOLL* constants
authorSven Eckelmann <sven@narfation.org>
Sun, 18 Mar 2018 08:48:03 +0000 (09:48 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 18 Mar 2018 08:58:23 +0000 (09:58 +0100)
Fixes: a9a08845e9ac ("vfs: do bulk POLL* -> EPOLL* replacement")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/icmp_socket.c
net/batman-adv/log.c

index e91f29c..5daa3d5 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/debugfs.h>
 #include <linux/errno.h>
 #include <linux/etherdevice.h>
+#include <linux/eventpoll.h>
 #include <linux/export.h>
 #include <linux/fcntl.h>
 #include <linux/fs.h>
index dc9fa37..cdbe0e5 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/compiler.h>
 #include <linux/debugfs.h>
 #include <linux/errno.h>
+#include <linux/eventpoll.h>
 #include <linux/export.h>
 #include <linux/fcntl.h>
 #include <linux/fs.h>