serial: sccnxp: Convert timers to use timer_setup()
commitfc3b00d7dd7fe51e9315e5894c224132405e4499
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 09:59:49 +0000 (24 02:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Nov 2017 11:01:54 +0000 (4 12:01 +0100)
treed0a4201820bf36909158b9340743078484550a71
parent1209a81369366b158e001d8a249693525c463eb0
serial: sccnxp: 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>
drivers/tty/serial/sccnxp.c