From: Gustavo F. Padovan Date: Wed, 4 May 2011 22:35:27 +0000 (-0300) Subject: Bluetooth: Remove export of l2cap_chan_clear_timer() X-Git-Tag: v3.1-rc1~316^2~350^2^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500698d3fd987f6c405d6d5f68fdf535a539e71e;p=pandora-kernel.git Bluetooth: Remove export of l2cap_chan_clear_timer() The call to l2cap_chan_clear_timer() is not really needed in l2cap_sock.c. This patch also adds a call to l2cap_chan_clear_timer() to the only place in __l2cap_sock_close() that wasn't calling it. It's safe call it there because l2cap_chan_clear_timer() check first for timer_peding(). Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed