]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: footbridge: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 19 Oct 2017 23:30:38 +0000 (16:30 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:34 +0000 (15:50 -0700)
commitb7bea32f0cc42b155eac995e60c97cff56390376
tree7870b465cc4af8f38c550ca4712bf39d11b791f6
parent2c513d4f7da7d5616d9e19232376edd4e18fef24
ARM: footbridge: 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: Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/arm/mach-footbridge/dc21285.c