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

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

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ec41c7df
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <linux/in.h> #include <linux/in.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/interrupt.h>
static DEFINE_RWLOCK(ip_ct_gre_lock); static DEFINE_RWLOCK(ip_ct_gre_lock);
#define ASSERT_READ_LOCK(x) #define ASSERT_READ_LOCK(x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment