commit | b7bea32f0cc42b155eac995e60c97cff56390376 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Oct 19 16:30:38 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Nov 02 15:50:34 2017 -0700 |
tree | 7870b465cc4af8f38c550ca4712bf39d11b791f6 | |
parent | 2c513d4f7da7d5616d9e19232376edd4e18fef24 [diff] |
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>