Skip to content

Commit

Permalink
nfc: hci: annotate nfc_llc_init() as __init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
krzk authored and kuba-moo committed Jul 30, 2021
1 parent bf6cd77 commit 4932c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/nfc/hci/llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

static LIST_HEAD(llc_engines);

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

Expand Down

0 comments on commit 4932c37

Please sign in to comment.