diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-15 13:15:57 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-15 14:27:45 -0400 |
commit | dc4a5ee2a3282a1044b164979609b4bfab43900b (patch) | |
tree | bc01104a07623282ad79a79d81bb9057b67c3d97 /include/net/bluetooth/hci_core.h | |
parent | 310a3d4854d71c0a565c9f7705749e78f6113c4c (diff) |
Bluetooth: Make mgmt_new_link_key() return void
The return value of mgmt_new_link_key() function is not used
and so just change it to return void.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index da21a8d2b4a1..cf6be04336aa 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1103,8 +1103,8 @@ int mgmt_powered(struct hci_dev *hdev, u8 powered); | |||
1103 | void mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); | 1103 | void mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); |
1104 | void mgmt_connectable(struct hci_dev *hdev, u8 connectable); | 1104 | void mgmt_connectable(struct hci_dev *hdev, u8 connectable); |
1105 | void mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status); | 1105 | void mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status); |
1106 | int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, | 1106 | void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, |
1107 | bool persistent); | 1107 | bool persistent); |
1108 | void mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | 1108 | void mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, |
1109 | u8 addr_type, u32 flags, u8 *name, u8 name_len, | 1109 | u8 addr_type, u32 flags, u8 *name, u8 name_len, |
1110 | u8 *dev_class); | 1110 | u8 *dev_class); |