summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>2013-04-16 17:28:58 +0200
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-04-18 00:17:54 -0300
commitfa5513be2b709c8ce6ff0b11d0715760a9a70ffd (patch)
tree8415b7ab631e06c523133b192849b14dbc5ed233 /include/net
parentbbb0eada826636f658ce49290d2896aead5515f7 (diff)
downloadlinux-fa5513be2b709c8ce6ff0b11d0715760a9a70ffd.tar.gz
linux-fa5513be2b709c8ce6ff0b11d0715760a9a70ffd.tar.xz
Bluetooth: Move and rename hci_conn_accept
Since this function is only used by sco, move it from hci_event.c to sco.c and rename to sco_conn_defer_accept. Make it static. Signed-off-by: Frédéric Dalleau <frederic.dalleau@linux.intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index d324b11a0c8f..74f77b7ef136 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -583,7 +583,6 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
int hci_conn_del(struct hci_conn *conn);
void hci_conn_hash_flush(struct hci_dev *hdev);
void hci_conn_check_pending(struct hci_dev *hdev);
-void hci_conn_accept(struct hci_conn *conn, int mask);
struct hci_chan *hci_chan_create(struct hci_conn *conn);
void hci_chan_del(struct hci_chan *chan);