Skip to content

Commit

Permalink
Bluetooth: remove unneeded declaration of sco_conn_del()
Browse files Browse the repository at this point in the history
By some reason this is not needed anymore.

Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
  • Loading branch information
Gustavo Padovan committed May 9, 2012
1 parent 088ce08 commit 5c94f37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/bluetooth/sco.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,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);

Expand Down

0 comments on commit 5c94f37

Please sign in to comment.