diff options
author | David S. Miller <davem@davemloft.net> | 2012-09-17 13:13:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-17 13:13:24 -0400 |
commit | b4516a288e71c64d7e214902250baf78b7b3cdcf (patch) | |
tree | 2cd3eab88ddd9a5f44c9d88c704a2724f031d7a7 | |
parent | 12ebc8b9af7e29ff4dc77ee0e73a6b1de513d659 (diff) |
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/llc.h | 1 | ||||
-rw-r--r-- | net/llc/sysctl_net_llc.c | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/net/llc.h b/include/net/llc.h index f2d0fc570527..9e7d7f08ef77 100644 --- a/include/net/llc.h +++ b/include/net/llc.h | |||
@@ -151,7 +151,6 @@ extern int sysctl_llc2_ack_timeout; | |||
151 | extern int sysctl_llc2_busy_timeout; | 151 | extern int sysctl_llc2_busy_timeout; |
152 | extern int sysctl_llc2_p_timeout; | 152 | extern int sysctl_llc2_p_timeout; |
153 | extern int sysctl_llc2_rej_timeout; | 153 | extern int sysctl_llc2_rej_timeout; |
154 | extern int sysctl_llc_station_ack_timeout; | ||
155 | #else | 154 | #else |
156 | #define llc_sysctl_init() (0) | 155 | #define llc_sysctl_init() (0) |
157 | #define llc_sysctl_exit() do { } while(0) | 156 | #define llc_sysctl_exit() do { } while(0) |
diff --git a/net/llc/sysctl_net_llc.c b/net/llc/sysctl_net_llc.c index d75306b9c2f3..612a5ddaf93b 100644 --- a/net/llc/sysctl_net_llc.c +++ b/net/llc/sysctl_net_llc.c | |||
@@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_table[] = { | |||
47 | }; | 47 | }; |
48 | 48 | ||
49 | static struct ctl_table llc_station_table[] = { | 49 | static struct ctl_table llc_station_table[] = { |
50 | { | ||
51 | .procname = "ack_timeout", | ||
52 | .data = &sysctl_llc_station_ack_timeout, | ||
53 | .maxlen = sizeof(long), | ||
54 | .mode = 0644, | ||
55 | .proc_handler = proc_dointvec_jiffies, | ||
56 | }, | ||
57 | { }, | 50 | { }, |
58 | }; | 51 | }; |
59 | 52 | ||