commit | 500698d3fd987f6c405d6d5f68fdf535a539e71e | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Wed May 04 19:35:27 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Jun 08 16:58:16 2011 -0300 |
tree | 458c7da09d366e37f133ef131b56e8dbdb6c2211 | |
parent | ab07801d28985090ac38047b5a4d8952a7e1689f [diff] |
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 <padovan@profusion.mobi>