net:nfc: use setup_timer
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 10:59:33 +0000 (16:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:47:57 +0000 (15:47 -0700)
commit2ed343f98178ff232b504bbd006b34db07835082
tree901e93d27399b74ac2d69e45666869c763c72140
parent8701352b22a2f82c814283131587e970a56b69a8
net:nfc: use setup_timer

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: David S. Miller <davem@davemloft.net>
net/nfc/core.c