diff options
Diffstat (limited to 'kernel/net/nfc/hci/core.c')
-rw-r--r-- | kernel/net/nfc/hci/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/net/nfc/hci/core.c b/kernel/net/nfc/hci/core.c index 6e061da22..2b0f0ac49 100644 --- a/kernel/net/nfc/hci/core.c +++ b/kernel/net/nfc/hci/core.c @@ -678,7 +678,8 @@ static int hci_activate_target(struct nfc_dev *nfc_dev, } static void hci_deactivate_target(struct nfc_dev *nfc_dev, - struct nfc_target *target) + struct nfc_target *target, + u8 mode) { } |