diff options
Diffstat (limited to 'net/llc')
-rw-r--r-- | net/llc/sysctl_net_llc.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 | ||