From: Marcel Holtmann Date: Sun, 13 Oct 2013 09:23:41 +0000 (-0700) Subject: Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a4de24d4370d0e7fbfbc47244ceb203e959b23aa;p=linux-beck.git Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers The l2cap_conn->src and l2cap_conn->dst pointers are no longer in use and so just remove them. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 56f540e7a8fc..1a929afe4f16 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -559,9 +559,6 @@ struct l2cap_conn { struct hci_conn *hcon; struct hci_chan *hchan; - bdaddr_t *dst; - bdaddr_t *src; - unsigned int mtu; __u32 feat_mask;