]> err.no Git - linux-2.6/blobdiff - net/llc/llc_core.c
[NETFILTER]: ctnetlink: ctnetlink_event cleanup
[linux-2.6] / net / llc / llc_core.c
index 9ccff1266b265e5ea17b0729df23fffe7edfcae9..ab0fcd32fd8447bf69b5ee10848dc0afa88c53df 100644 (file)
@@ -69,7 +69,7 @@ static void llc_del_sap(struct llc_sap *sap)
        write_unlock_bh(&llc_sap_list_lock);
 }
 
-struct llc_sap *__llc_sap_find(unsigned char sap_value)
+static struct llc_sap *__llc_sap_find(unsigned char sap_value)
 {
        struct llc_sap* sap;