Re: [2.6 patch] make net/802/tr.c:sysctl_tr_rif_timeout static

2008-01-31 Thread Pavel Emelyanov
Adrian Bunk wrote:
 sysctl_tr_rif_timeout can now become static.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

Acked-by: Pavel Emelyanov [EMAIL PROTECTED]

 ---
 e5accd81b924224d40a3f38204c08cf6896ed79b 
 diff --git a/net/802/tr.c b/net/802/tr.c
 index 3f16b17..18c6647 100644
 --- a/net/802/tr.c
 +++ b/net/802/tr.c
 @@ -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)
  {
 
 

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[2.6 patch] make net/802/tr.c:sysctl_tr_rif_timeout static

2008-01-30 Thread Adrian Bunk
sysctl_tr_rif_timeout can now become static.

Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---
e5accd81b924224d40a3f38204c08cf6896ed79b 
diff --git a/net/802/tr.c b/net/802/tr.c
index 3f16b17..18c6647 100644
--- a/net/802/tr.c
+++ b/net/802/tr.c
@@ -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)
 {

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html