From: Gustavo Padovan <gustavo@padovan.org>
Date: Fri, 13 Apr 2012 22:52:27 +0000 (-0300)
Subject: Bluetooth: remove unneeded declaration of sco_conn_del()
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c94f379c11a7ecfdb7c0cadbb3bb5f749e20732;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

Bluetooth: remove unneeded declaration of sco_conn_del()

By some reason this is not needed anymore.

Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
---

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 = {
 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);