diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-09-22 04:14:33 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-09-22 04:14:33 -0400 |
commit | 2928c19e1086e2f1e90d05931437ab6f1e4cfdc8 (patch) | |
tree | 47bd56109e8d6b0792735c01108a4df685539459 /net/llc/af_llc.c | |
parent | 0519d8fbabc4eb215a8263f29143ccd86c328157 (diff) |
[LLC]: Fix sparse warnings
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/llc/af_llc.c')
-rw-r--r-- | net/llc/af_llc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 3361ae900e2b..7aa51eb79b13 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c | |||
@@ -555,7 +555,7 @@ static int llc_ui_wait_for_busy_core(struct sock *sk, long timeout) | |||
555 | return rc; | 555 | return rc; |
556 | } | 556 | } |
557 | 557 | ||
558 | int llc_wait_data(struct sock *sk, long timeo) | 558 | static int llc_wait_data(struct sock *sk, long timeo) |
559 | { | 559 | { |
560 | int rc; | 560 | int rc; |
561 | 561 | ||
@@ -1003,9 +1003,6 @@ static struct proto_ops llc_ui_ops = { | |||
1003 | .sendpage = sock_no_sendpage, | 1003 | .sendpage = sock_no_sendpage, |
1004 | }; | 1004 | }; |
1005 | 1005 | ||
1006 | extern void llc_sap_handler(struct llc_sap *sap, struct sk_buff *skb); | ||
1007 | extern void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb); | ||
1008 | |||
1009 | static char llc_proc_err_msg[] __initdata = | 1006 | static char llc_proc_err_msg[] __initdata = |
1010 | KERN_CRIT "LLC: Unable to register the proc_fs entries\n"; | 1007 | KERN_CRIT "LLC: Unable to register the proc_fs entries\n"; |
1011 | static char llc_sysctl_err_msg[] __initdata = | 1008 | static char llc_sysctl_err_msg[] __initdata = |