diff options
author | Gustavo Padovan <gustavo@padovan.org> | 2012-04-13 18:52:27 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-09 00:40:32 -0400 |
commit | 5c94f379c11a7ecfdb7c0cadbb3bb5f749e20732 (patch) | |
tree | 6fda1737e45404b9937b8d4c615c02c85c49f550 /net | |
parent | 088ce088ec115ee4bc89549b07b182e65dce9235 (diff) |
Bluetooth: remove unneeded declaration of sco_conn_del()
By some reason this is not needed anymore.
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 728dedb1b01e..7bd0947af2fa 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -61,8 +61,6 @@ static struct bt_sock_list sco_sk_list = { | |||
61 | static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent); | 61 | static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent); |
62 | static void sco_chan_del(struct sock *sk, int err); | 62 | static void sco_chan_del(struct sock *sk, int err); |
63 | 63 | ||
64 | static int sco_conn_del(struct hci_conn *conn, int err); | ||
65 | |||
66 | static void sco_sock_close(struct sock *sk); | 64 | static void sco_sock_close(struct sock *sk); |
67 | static void sco_sock_kill(struct sock *sk); | 65 | static void sco_sock_kill(struct sock *sk); |
68 | 66 | ||