[PATCH] PM / s2idle: Export s2idle_set_ops
From: Claude Yen
Date: Thu Oct 22 2020 - 02:18:24 EST
This series based on 5.9-rc1
As suspend_set_ops is exported in commit a5e4fd8783a2
("PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem"),
exporting s2idle_set_ops to make kernel module setup s2idle ops too.
In this way, kernel module can hook platform suspend functions
regardless of Suspend-to-Ram(S2R) or Suspend-to-Idle(S2I)
*** BLURB HERE ***
Claude Yen (1):
PM / s2idle: Export s2idle_set_ops
kernel/power/suspend.c | 1 +
1 file changed, 1 insertion(+)