commit | 80c5a20b537996f848c61ddb8a6734c66b65abfd | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 16 17:28:59 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 12:39:37 2017 +0100 |
tree | 872d0d86adcd1bf2603b8935c9a4c6412cadbdac | |
parent | 41fce7034bf39721a30d7e6f2cb479808d7aea78 [diff] |
pcmcia/electra_cf: 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: Michael Ellerman <mpe@ellerman.id.au> Cc: linux-pcmcia@lists.infradead.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>