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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user