Bluetooth: Remove unused l2cap_conn_shutdown API
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 18 Aug 2014 17:33:30 +0000 (20:33 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 8 Sep 2014 17:07:54 +0000 (19:07 +0200)
commitb04afa0c280b7e7ced88692251d75a78c8fcb2a7
tree1f4f5dba401f75769f0d9d80669c36b9031dd133
parent1e91c29eb60c031f4297d1a58125d0bd37691348
Bluetooth: Remove unused l2cap_conn_shutdown API

Now that there are no more users of the l2cap_conn_shutdown API (since
smp.c switched to using hci_disconnect) we can simply remove it along
with all of it's l2cap_conn variables.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c