From b91478072bc196fcd537408f5cffc71effc9a685 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Fri, 13 Apr 2012 19:52:27 -0300 Subject: [PATCH] Bluetooth: remove unneeded declaration of sco_conn_del() By some reason this is not needed anymore. Signed-off-by: Gustavo Padovan --- net/bluetooth/sco.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index b48370bf2c80..32c0e319c4e8 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -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); -- 2.39.5