]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54937fe36b68bbe95bfe28c101c089ec9ddc8e0e
treee02640fe22d34177ef9b237a48128b900ddf6775
parentde81c9865948c2e256d6ef8abe8b42483d0a35f3
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