diff options
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 | { |