提交 b4516a28 编写于 作者: D David S. Miller

llc: Remove stray reference to sysctl_llc_station_ack_timeout.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 12ebc8b9
...@@ -151,7 +151,6 @@ extern int sysctl_llc2_ack_timeout; ...@@ -151,7 +151,6 @@ extern int sysctl_llc2_ack_timeout;
extern int sysctl_llc2_busy_timeout; extern int sysctl_llc2_busy_timeout;
extern int sysctl_llc2_p_timeout; extern int sysctl_llc2_p_timeout;
extern int sysctl_llc2_rej_timeout; extern int sysctl_llc2_rej_timeout;
extern int sysctl_llc_station_ack_timeout;
#else #else
#define llc_sysctl_init() (0) #define llc_sysctl_init() (0)
#define llc_sysctl_exit() do { } while(0) #define llc_sysctl_exit() do { } while(0)
......
...@@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_table[] = { ...@@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_table[] = {
}; };
static struct ctl_table llc_station_table[] = { static struct ctl_table llc_station_table[] = {
{
.procname = "ack_timeout",
.data = &sysctl_llc_station_ack_timeout,
.maxlen = sizeof(long),
.mode = 0644,
.proc_handler = proc_dointvec_jiffies,
},
{ }, { },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册