projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec41c7d
)
[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h
author
David S. Miller
<
[email protected]
>
Tue, 17 Jan 2006 10:42:02 +0000
(
02:42
-0800)
committer
David S. Miller
<
[email protected]
>
Tue, 17 Jan 2006 10:42:02 +0000
(
02:42
-0800)
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv4/netfilter/ip_conntrack_proto_gre.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ip_conntrack_proto_gre.c
b/net/ipv4/netfilter/ip_conntrack_proto_gre.c
index c777abf16cb7a99573a2a9d841b96c9fe8f6f4e5..56794797d55b9eedce61b7542ceae00a627d68ae 100644
(file)
--- 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)