summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-15 23:26:29 +0200
committerGustavo Padovan2013-10-16 01:54:57 +0200
commit083368f7b8c03a0b3eaa048e84eb9fa9573745d4 (patch)
treee4ae49f4e95684682b22463596ea6bed76cb74c5 /include/net/bluetooth
parentBluetooth: Make mgmt_read_local_oob_data_reply_complete() return void (diff)
downloadkernel-qcow2-linux-083368f7b8c03a0b3eaa048e84eb9fa9573745d4.tar.gz
kernel-qcow2-linux-083368f7b8c03a0b3eaa048e84eb9fa9573745d4.tar.xz
kernel-qcow2-linux-083368f7b8c03a0b3eaa048e84eb9fa9573745d4.zip
Bluetooth: Make mgmt_new_ltk() return void
The return value of mgmt_new_ltk() function is not used and so just change it to return void. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth')
-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 5d8d322a0855..0a3a10a76b6c 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1125,7 +1125,7 @@ void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
void mgmt_discovering(struct hci_dev *hdev, u8 discovering);
int mgmt_device_blocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
int mgmt_device_unblocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
-int mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, u8 persistent);
+void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, u8 persistent);
void mgmt_reenable_advertising(struct hci_dev *hdev);
/* HCI info for socket */