Skip to content

Commit

Permalink
[TR] net/802/tr.c: sysctl_tr_rif_timeout static
Browse files Browse the repository at this point in the history
sysctl_tr_rif_timeout can now become static.

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Pavel Emelyanov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
AdrianBunk authored and davem330 committed Feb 1, 2008
1 parent 9472c9e commit 81a21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/802/tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static DEFINE_SPINLOCK(rif_lock);

static struct timer_list rif_timer;

int sysctl_tr_rif_timeout = 60*10*HZ;
static int sysctl_tr_rif_timeout = 60*10*HZ;

static inline unsigned long rif_hash(const unsigned char *addr)
{
Expand Down

0 comments on commit 81a21eb

Please sign in to comment.