]> git.karo-electronics.de Git - linux-beck.git/commitdiff
NFC: nci: Export nci_req_complete
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 10 Jun 2015 10:50:22 +0000 (12:50 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 10 Jun 2015 10:50:22 +0000 (12:50 +0200)
Drivers implementing proprietary ops may need it now.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/nci/core.c

index edc10cc8e10b94881f82e3dab1c3c7d9741ceef1..f9aa08780b06596baa4982b39ed08133ba047a3d 100644 (file)
@@ -74,6 +74,7 @@ void nci_req_complete(struct nci_dev *ndev, int result)
                complete(&ndev->req_completion);
        }
 }
+EXPORT_SYMBOL(nci_req_complete);
 
 static void nci_req_cancel(struct nci_dev *ndev, int err)
 {