aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-01-17 02:42:02 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-17 02:42:02 -0800
commitf09484ff87f677056ce631aa3d8e486861501b51 (patch)
tree9c9d208a5e4f2d359087e3e9b00d7b00b4a2ec93
parentec41c7dfd525468decb9da9281dbc9ed82d98c98 (diff)
downloadlinux-f09484ff87f677056ce631aa3d8e486861501b51.tar.gz
[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv4/netfilter/ip_conntrack_proto_gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_proto_gre.c b/net/ipv4/netfilter/ip_conntrack_proto_gre.c
index c777abf16cb7a9..56794797d55b9e 100644
--- a/net/ipv4/netfilter/ip_conntrack_proto_gre.c
+++ b/net/ipv4/netfilter/ip_conntrack_proto_gre.c
@@ -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)