Bluetooth: Remove struct del_list
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 1 Apr 2011 03:35:21 +0000 (00:35 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 7 Apr 2011 21:06:26 +0000 (18:06 -0300)
commit820ffdb3d25f74fbd553453f461709d52dfa72a2
treee02640fe22d34177ef9b237a48128b900ddf6775
parentbaa7e1fa6d2870462bd744df1c6ddbd497fe86d6
Bluetooth: Remove struct del_list

As we use struct list_head to keep L2CAP channels list the workaround with
del_list is not needed anymore.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c