Revert "Revert "PM: runtime: Fix unpaired parent child_count for force_resume""

This reverts commit 6120544b9b.

Bring back the commit in 5.10.38 that broke the kabi.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I35e82241cf4bb9c4c8dcb0f2b155e9008d2a9095
This commit is contained in:
Greg Kroah-Hartman
2021-05-20 15:50:51 +02:00
committed by Todd Kjos
parent df50ab971a
commit e86d688e51
2 changed files with 8 additions and 3 deletions

View File

@@ -600,6 +600,7 @@ struct dev_pm_info {
unsigned int idle_notification:1;
unsigned int request_pending:1;
unsigned int deferred_resume:1;
unsigned int needs_force_resume:1;
unsigned int runtime_auto:1;
bool ignore_children:1;
unsigned int no_callbacks:1;