]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mailbox: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Sun, 22 Oct 2017 23:08:43 +0000 (16:08 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 6 Nov 2017 20:49:51 +0000 (12:49 -0800)
commitc6f15047dd8681f1a6387b044188ef028306c4bf
tree4ae8c2f1f4b0ccff0aa13c2d174363f605a769c5
parentf34d8d506eeff1375f0b3533839ce0b77b748437
mailbox: 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: Ley Foon Tan <lftan@altera.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/mailbox/mailbox-altera.c