aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc/hci/core.c')
-rw-r--r--net/nfc/hci/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/core.c b/net/nfc/hci/core.c
index f7e4f5ae455..0fdb96f152b 100644
--- a/net/nfc/hci/core.c
+++ b/net/nfc/hci/core.c
@@ -585,7 +585,7 @@ static int hci_check_presence(struct nfc_dev *nfc_dev,
585 return 0; 585 return 0;
586} 586}
587 587
588struct nfc_ops hci_nfc_ops = { 588static struct nfc_ops hci_nfc_ops = {
589 .dev_up = hci_dev_up, 589 .dev_up = hci_dev_up,
590 .dev_down = hci_dev_down, 590 .dev_down = hci_dev_down,
591 .start_poll = hci_start_poll, 591 .start_poll = hci_start_poll,