aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/sysctl_net_llc.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 04:14:33 -0400
committerArnaldo Carvalho de Melo <acme@mandriva.com>2005-09-22 04:14:33 -0400
commit2928c19e1086e2f1e90d05931437ab6f1e4cfdc8 (patch)
tree47bd56109e8d6b0792735c01108a4df685539459 /net/llc/sysctl_net_llc.c
parent0519d8fbabc4eb215a8263f29143ccd86c328157 (diff)
[LLC]: Fix sparse warnings
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/llc/sysctl_net_llc.c')
-rw-r--r--net/llc/sysctl_net_llc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/llc/sysctl_net_llc.c b/net/llc/sysctl_net_llc.c
index 4d99d2f27a21..d1eaddb13633 100644
--- a/net/llc/sysctl_net_llc.c
+++ b/net/llc/sysctl_net_llc.c
@@ -8,17 +8,12 @@
8#include <linux/mm.h> 8#include <linux/mm.h>
9#include <linux/init.h> 9#include <linux/init.h>
10#include <linux/sysctl.h> 10#include <linux/sysctl.h>
11#include <net/llc.h>
11 12
12#ifndef CONFIG_SYSCTL 13#ifndef CONFIG_SYSCTL
13#error This file should not be compiled without CONFIG_SYSCTL defined 14#error This file should not be compiled without CONFIG_SYSCTL defined
14#endif 15#endif
15 16
16extern int sysctl_llc2_ack_timeout;
17extern int sysctl_llc2_busy_timeout;
18extern int sysctl_llc2_p_timeout;
19extern int sysctl_llc2_rej_timeout;
20extern int sysctl_llc_station_ack_timeout;
21
22static struct ctl_table llc2_timeout_table[] = { 17static struct ctl_table llc2_timeout_table[] = {
23 { 18 {
24 .ctl_name = NET_LLC2_ACK_TIMEOUT, 19 .ctl_name = NET_LLC2_ACK_TIMEOUT,