From: Gustavo F. Padovan Date: Thu, 31 Mar 2011 19:17:41 +0000 (-0300) Subject: Bluetooth: Use struct list_head for L2CAP channels list X-Git-Tag: v3.0-rc1~377^2~256^2^2~38^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa7e1fa6d2870462bd744df1c6ddbd497fe86d6;p=pandora-kernel.git Bluetooth: Use struct list_head for L2CAP channels list Use a well known Kernel API is always a good idea than implement your own list. In the future we might use RCU on this list. Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed