commit | 4932c37878c9c68b8f0cffc6848125ce4437a27d | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | Fri Jul 30 16:41:58 2021 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Jul 30 17:22:51 2021 +0200 |
tree | 49af680f5513cf6d50c7eaaccb13675c20d7e479 | |
parent | bf6cd7720b08571875ccdbcb6449e11d8415a283 [diff] |
nfc: hci: annotate nfc_llc_init() as __init The nfc_llc_init() is used only in other __init annotated context. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
diff --git a/net/nfc/hci/llc.c b/net/nfc/hci/llc.c index fc6b63d..2140f67 100644 --- a/net/nfc/hci/llc.c +++ b/net/nfc/hci/llc.c
@@ -11,7 +11,7 @@ static LIST_HEAD(llc_engines); -int nfc_llc_init(void) +int __init nfc_llc_init(void) { int r;