Skip to content

Commit

Permalink
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 17, 2012
1 parent 12ebc8b commit b4516a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion include/net/llc.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ extern int sysctl_llc2_ack_timeout;
extern int sysctl_llc2_busy_timeout;
extern int sysctl_llc2_p_timeout;
extern int sysctl_llc2_rej_timeout;
extern int sysctl_llc_station_ack_timeout;
#else
#define llc_sysctl_init() (0)
#define llc_sysctl_exit() do { } while(0)
Expand Down
7 changes: 0 additions & 7 deletions net/llc/sysctl_net_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_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,
},
{ },
};

Expand Down

0 comments on commit b4516a2

Please sign in to comment.