diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2006-01-17 05:42:02 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-17 05:42:02 -0500 |
| commit | f09484ff87f677056ce631aa3d8e486861501b51 (patch) | |
| tree | 9c9d208a5e4f2d359087e3e9b00d7b00b4a2ec93 /net | |
| parent | ec41c7dfd525468decb9da9281dbc9ed82d98c98 (diff) | |
[NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
| -rw-r--r-- | net/ipv4/netfilter/ip_conntrack_proto_gre.c | 1 |
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 c777abf16cb7..56794797d55b 100644 --- a/net/ipv4/netfilter/ip_conntrack_proto_gre.c +++ b/net/ipv4/netfilter/ip_conntrack_proto_gre.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/in.h> | 32 | #include <linux/in.h> |
| 33 | #include <linux/list.h> | 33 | #include <linux/list.h> |
| 34 | #include <linux/seq_file.h> | 34 | #include <linux/seq_file.h> |
| 35 | #include <linux/interrupt.h> | ||
| 35 | 36 | ||
| 36 | static DEFINE_RWLOCK(ip_ct_gre_lock); | 37 | static DEFINE_RWLOCK(ip_ct_gre_lock); |
| 37 | #define ASSERT_READ_LOCK(x) | 38 | #define ASSERT_READ_LOCK(x) |
