commit | 0435605289298a7311f78d02eb6a015cae7dbaf7 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 04 17:54:29 2017 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Oct 06 20:37:11 2017 +0200 |
tree | 7c0ef1f26a29d7ff9235e0b3d76876061c661cae | |
parent | 8a92056837fd5168fce730c5e21eaf3af7cf0b16 [diff] |
Bluetooth: Convert timers to use timer_setup() In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. As already done in hci_qca, add struct hci_uart pointer to priv structure. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>