Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327990
b: refs/heads/master
c: b4516a2
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 17, 2012
1 parent af0837a commit 8781107
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12ebc8b9af7e29ff4dc77ee0e73a6b1de513d659
refs/heads/master: b4516a288e71c64d7e214902250baf78b7b3cdcf
1 change: 0 additions & 1 deletion trunk/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 trunk/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 8781107

Please sign in to comment.