summaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/hci.h
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-01-27 01:18:18 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-01-28 00:03:36 +0100
commitec14b6c93c2f804f302b8ea1736539d39b9c544b (patch)
tree975f7fc565a1811e143f6294271ff4501390820a /net/nfc/hci/hci.h
parentd6365c018b3f9e12eeb262407ccf5b143bcc6bad (diff)
downloadlinux-ec14b6c93c2f804f302b8ea1736539d39b9c544b.tar.bz2
NFC: hci: Remove nfc_hci_pipe2gate function
With the newly introduced pipes table hci_dev fields, the nfc_hci_pipe2gate routine is no longer needed. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/hci/hci.h')
-rw-r--r--net/nfc/hci/hci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/hci/hci.h b/net/nfc/hci/hci.h
index c1278bd0fc5e..ab4c8e80b1ad 100644
--- a/net/nfc/hci/hci.h
+++ b/net/nfc/hci/hci.h
@@ -85,8 +85,6 @@ int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe,
data_exchange_cb_t cb, void *cb_context,
unsigned long completion_delay);
-u8 nfc_hci_pipe2gate(struct nfc_hci_dev *hdev, u8 pipe);
-
void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type,
u8 instruction, struct sk_buff *skb);