]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 17 Jan 2006 10:42:02 +0000 (02:42 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 17 Jan 2006 10:42:02 +0000 (02:42 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_proto_gre.c

index c777abf16cb7a99573a2a9d841b96c9fe8f6f4e5..56794797d55b9eedce61b7542ceae00a627d68ae 100644 (file)
@@ -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)