commit | f0f62c67dd53ce0ed26ad2940be1dfff5c3d7bd9 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 16 16:27:37 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 20 14:06:46 2017 +0200 |
tree | 00b23cec0a6d776e95c471da3bcd138f7963c051 | |
parent | 54ff200e66f837da9b0b24570a02d95d67d1d42f [diff] |
serial: m32r_sio: 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. Cc: Jiri Slaby <jslaby@suse.com> Cc: linux-serial@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>