Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f09484ff authored by David S. Miller's avatar David S. Miller
Browse files

[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h

parent ec41c7df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <linux/in.h>
#include <linux/list.h>
#include <linux/seq_file.h>
#include <linux/interrupt.h>

static DEFINE_RWLOCK(ip_ct_gre_lock);
#define ASSERT_READ_LOCK(x)