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/llc_core.c | |
parent | 0519d8fbabc4eb215a8263f29143ccd86c328157 (diff) |
[LLC]: Fix sparse warnings
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/llc/llc_core.c')
-rw-r--r-- | net/llc/llc_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c index 9ccff1266b26..ab0fcd32fd84 100644 --- a/net/llc/llc_core.c +++ b/net/llc/llc_core.c | |||
@@ -69,7 +69,7 @@ static void llc_del_sap(struct llc_sap *sap) | |||
69 | write_unlock_bh(&llc_sap_list_lock); | 69 | write_unlock_bh(&llc_sap_list_lock); |
70 | } | 70 | } |
71 | 71 | ||
72 | struct llc_sap *__llc_sap_find(unsigned char sap_value) | 72 | static struct llc_sap *__llc_sap_find(unsigned char sap_value) |
73 | { | 73 | { |
74 | struct llc_sap* sap; | 74 | struct llc_sap* sap; |
75 | 75 | ||