diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-07 15:24:33 (GMT) |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-16 22:51:55 (GMT) |
commit | 416dc94baa4a0de6904707d17522f7eae7778c8e (patch) | |
tree | 3ab74e081091366e3d790e682173e61c86b195c7 /include | |
parent | 3e9c40a6f72a4ee7a978204cac00f91ad08bbe9b (diff) | |
download | linux-416dc94baa4a0de6904707d17522f7eae7778c8e.tar.xz |
Bluetooth: make hci_conn_enter_sniff_mode static
It isn't used outside hci_conn.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-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 8e33c66..6a1ac2c 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -509,7 +509,6 @@ int hci_conn_change_link_key(struct hci_conn *conn); int hci_conn_switch_role(struct hci_conn *conn, __u8 role); void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active); -void hci_conn_enter_sniff_mode(struct hci_conn *conn); void hci_conn_hold_device(struct hci_conn *conn); void hci_conn_put_device(struct hci_conn *conn); |