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>
This commit is contained in:
Krzysztof Kozlowski 2021-07-30 16:41:58 +02:00 committed by Jakub Kicinski
parent bf6cd7720b
commit 4932c37878
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
static LIST_HEAD(llc_engines);
int nfc_llc_init(void)
int __init nfc_llc_init(void)
{
int r;