drivers: tty: ifx6x60: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:26:52 +0000 (13:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 18:28:36 +0000 (20:28 +0200)
commit2876bb6d2c97eda0de00d4457d8fbb3067a41415
treeed4736b7a3bd6f6ef1f6c8ffa0da4692868499d0
parent0bf1e84ff00fe068833f0281fa3cfca1e5a40152
drivers: tty: ifx6x60: use setup_timer() helper.

        Use setup_timer function instead of initializing timer with the
        function and data fields.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ifx6x60.c