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

This reverts commit 182f1f72af as it
breaks the kernel abi at the moment.  It will be restored at a later
point in time.

Bug: 161946584
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1759a85ca9b16d3ad0610a1a355ee9a7bfe846c4
This commit is contained in:
Greg Kroah-Hartman
2021-05-19 15:49:53 +02:00
parent cb23d3ef63
commit 6120544b9b
2 changed files with 3 additions and 8 deletions

View File

@@ -600,7 +600,6 @@ 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;