Commit 4932c378 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Jakub Kicinski
Browse files

nfc: hci: annotate nfc_llc_init() as __init



The nfc_llc_init() is used only in other __init annotated context.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent bf6cd772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

static LIST_HEAD(llc_engines);

int nfc_llc_init(void)
int __init nfc_llc_init(void)
{
	int r;