aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-09-06 15:05:43 +0300
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-08 17:27:18 -0300
commit9472007c62ecc8f21daa2e1e252bf73b67e535fc (patch)
tree6e6cd3ff8ba4f9bf4e591a8acc27e13a8ef6031b /include/net/bluetooth/hci_core.h
parentBluetooth: Remove unneeded zero init (diff)
downloadlinux-dev-9472007c62ecc8f21daa2e1e252bf73b67e535fc.tar.xz
linux-dev-9472007c62ecc8f21daa2e1e252bf73b67e535fc.zip
Bluetooth: trivial: Make hci_chan_del return void
Return code is not needed in hci_chan_del Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index fa807a3fd23b..4704ca4b8767 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -552,7 +552,7 @@ void hci_conn_hash_flush(struct hci_dev *hdev);
void hci_conn_check_pending(struct hci_dev *hdev);
struct hci_chan *hci_chan_create(struct hci_conn *conn);
-int hci_chan_del(struct hci_chan *chan);
+void hci_chan_del(struct hci_chan *chan);
void hci_chan_list_flush(struct hci_conn *conn);
struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst,