Bluetooth: Move struct sco_conn into net/bluetooth/sco.c
[linux-2.6-block.git] / include / net / bluetooth / sco.h
index 7fec7cbd7396dea01c1925aa4cec883aad615efd..42a0d089d715063b02550d916229f5c3f2ac02f2 100644 (file)
@@ -51,17 +51,4 @@ struct sco_conninfo {
        __u8  dev_class[3];
 };
 
-/* ---- SCO connections ---- */
-struct sco_conn {
-       struct hci_conn *hcon;
-
-       spinlock_t      lock;
-       struct sock     *sk;
-
-       unsigned int    mtu;
-};
-
-#define sco_conn_lock(c)       spin_lock(&c->lock);
-#define sco_conn_unlock(c)     spin_unlock(&c->lock);
-
 #endif /* __SCO_H */