diff options
author | Kees Cook <keescook@chromium.org> | 2017-10-17 01:20:55 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@rjwysocki.net> | 2017-10-24 10:27:42 +0200 |
commit | 96428e98aebe5db8a164711f102808651c7f518d (patch) | |
tree | d587150088277fb9e381747e88d940093617d4c8 /arch | |
parent | PM / core: Fix kerneldoc comments of four functions (diff) | |
download | linux-96428e98aebe5db8a164711f102808651c7f518d.tar.xz linux-96428e98aebe5db8a164711f102808651c7f518d.zip |
PM / core: 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. Removes test of .data field, since
that will be going away.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions