]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / APEI: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 12 Oct 2017 23:19:27 +0000 (16:19 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:14 +0000 (15:50 -0700)
commitef9d31bb9d3afc5f0908b5a34e857af1f758b09a
tree1035cfdb56aeff3ea565c66c5f4833eeb5403fcf
parent1d5ef8776576294d49b758331db1161f260176c4
ACPI / APEI: 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: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Len Brown <lenb@kernel.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Tyler Baicar <tbaicar@codeaurora.org>
Cc: Will Deacon <will.deacon@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: "Jonathan (Zhixiong) Zhang" <zjzhang@codeaurora.org>
Cc: Shiju Jose <shiju.jose@huawei.com>
Cc: linux-acpi@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Tested-by: Tyler Baicar <tbaicar@codeaurora.org>
drivers/acpi/apei/ghes.c