Commit 48881ed56b395bdf2cff6c102039016223ca4da6

Authored by Sven Eckelmann
Committed by Simon Wunderlich
1 parent 6f27d2c2a8

batman-adv: Add missing include for EPOLL* constants

Fixes: a9a08845e9ac ("vfs: do bulk POLL* -> EPOLL* replacement")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

net/batman-adv/icmp_socket.c
... ... @@ -24,6 +24,7 @@
24 24 #include <linux/debugfs.h>
25 25 #include <linux/errno.h>
26 26 #include <linux/etherdevice.h>
  27 +#include <linux/eventpoll.h>
27 28 #include <linux/export.h>
28 29 #include <linux/fcntl.h>
29 30 #include <linux/fs.h>
net/batman-adv/log.c
... ... @@ -22,6 +22,7 @@
22 22 #include <linux/compiler.h>
23 23 #include <linux/debugfs.h>
24 24 #include <linux/errno.h>
  25 +#include <linux/eventpoll.h>
25 26 #include <linux/export.h>
26 27 #include <linux/fcntl.h>
27 28 #include <linux/fs.h>