diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2013-04-30 14:29:35 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-06-22 19:23:51 -0400 |
commit | 1183fdcad42495073045a2d9755e0a6ac2fa874e (patch) | |
tree | 431cc64a548e0ca797f314ee81539e8ec19ef7b9 /include/net | |
parent | 82f4785ca7b8d04ca6d0aaa37f1185c779744bc4 (diff) |
Bluetooth: Make mgmt_stop_discovery_failed static
mgmt_stop_discovery_failed is now only used in mgmt.c so we can
make it a local function. This patch also moves the mgmt_stop_
discovery_failed definition up in mgmt.c to avoid forward
declaration.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index b3bdad24c2b9..1b343ef37871 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1180,7 +1180,6 @@ int mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | |||
1180 | u8 ssp, u8 *eir, u16 eir_len); | 1180 | u8 ssp, u8 *eir, u16 eir_len); |
1181 | int mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | 1181 | int mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, |
1182 | u8 addr_type, s8 rssi, u8 *name, u8 name_len); | 1182 | u8 addr_type, s8 rssi, u8 *name, u8 name_len); |
1183 | int mgmt_stop_discovery_failed(struct hci_dev *hdev, u8 status); | ||
1184 | int mgmt_discovering(struct hci_dev *hdev, u8 discovering); | 1183 | int mgmt_discovering(struct hci_dev *hdev, u8 discovering); |
1185 | int mgmt_device_blocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); | 1184 | int mgmt_device_blocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); |
1186 | int mgmt_device_unblocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); | 1185 | int mgmt_device_unblocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); |