Moving Rafael from Cc to To.
Hi Rafael,
can you please help here?
I need your ACK or NACK for this patch.
On Fri, May 04, 2018 at 01:49:56PM -0700, Andrew Morton wrote:
On Fri, 4 May 2018 20:50:52 +0200 Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> wrote:
Hallo Andrew,OK by me, but it's more of a Rafael thing.
I need your ACK or NACK for this patch.
This function is used to configure external PMIC to interpret
signal which will be triggered by pm_power_off as power off.
Since same signal can be used for stand by, I linked PMIC configuration
with pm_power_off_prepare to avoid possible conflicts.
...
--- a/kernel/reboot.c
+++ b/kernel/reboot.c
@@ -49,6 +49,7 @@ int reboot_force;
*/
void (*pm_power_off_prepare)(void);
+EXPORT_SYMBOL(pm_power_off_prepare);