]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: remove unneeded declaration of sco_conn_del()
authorGustavo Padovan <gustavo@padovan.org>
Fri, 13 Apr 2012 22:52:27 +0000 (19:52 -0300)
committerGustavo Padovan <gustavo@padovan.org>
Fri, 13 Apr 2012 22:52:27 +0000 (19:52 -0300)
By some reason this is not needed anymore.

Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
net/bluetooth/sco.c

index b48370bf2c8027422068f33e82c3a61f40cf6d30..32c0e319c4e8a6bcdede0a2f15f4306dfd9834e0 100644 (file)
@@ -62,8 +62,6 @@ static struct bt_sock_list sco_sk_list = {
 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent);
 static void sco_chan_del(struct sock *sk, int err);
 
-static int  sco_conn_del(struct hci_conn *conn, int err);
-
 static void sco_sock_close(struct sock *sk);
 static void sco_sock_kill(struct sock *sk);