diff --git a/[refs] b/[refs] index 01e16dc6fef9..be100053b972 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 799030b75a4398b4e75ca5cb5ec790dc75986111 +refs/heads/master: bd007bea21f3a51fc67cbcec412725b2d86f1b27 diff --git a/trunk/net/nfc/hci/core.c b/trunk/net/nfc/hci/core.c index f7e4f5ae4559..0fdb96f152b1 100644 --- a/trunk/net/nfc/hci/core.c +++ b/trunk/net/nfc/hci/core.c @@ -585,7 +585,7 @@ static int hci_check_presence(struct nfc_dev *nfc_dev, return 0; } -struct nfc_ops hci_nfc_ops = { +static struct nfc_ops hci_nfc_ops = { .dev_up = hci_dev_up, .dev_down = hci_dev_down, .start_poll = hci_start_poll,