diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-31 20:16:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 22:28:31 -0500 |
commit | 81a21eb4ec4ad47a776a8ab89309fb2614e63ae5 (patch) | |
tree | c64181c96c16cd630474ecae4ce17940c882fe51 /net/802/tr.c | |
parent | 9472c9ef645d03ea823801d7716e658aeaf894e4 (diff) |
[TR] net/802/tr.c: sysctl_tr_rif_timeout static
sysctl_tr_rif_timeout can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/802/tr.c')
-rw-r--r-- | net/802/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/802/tr.c b/net/802/tr.c index 3f16b1720554..18c66475d8c3 100644 --- a/net/802/tr.c +++ b/net/802/tr.c | |||
@@ -76,7 +76,7 @@ static DEFINE_SPINLOCK(rif_lock); | |||
76 | 76 | ||
77 | static struct timer_list rif_timer; | 77 | static struct timer_list rif_timer; |
78 | 78 | ||
79 | int sysctl_tr_rif_timeout = 60*10*HZ; | 79 | static int sysctl_tr_rif_timeout = 60*10*HZ; |
80 | 80 | ||
81 | static inline unsigned long rif_hash(const unsigned char *addr) | 81 | static inline unsigned long rif_hash(const unsigned char *addr) |
82 | { | 82 | { |