Commit 8ef4df5a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "of/platform: Fix device_links_supplier_sync_state_resume() warning"



This reverts commit 5adf5781.

Based on a lot of email and in-person discussions, this patch series is
being reworked to address a number of issues that were pointed out that
needed to be taken care of before it should be merged.  It will be
resubmitted with those changes hopefully soon.

Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Saravana Kannan <saravanak@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent caec05b6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -723,7 +723,6 @@ arch_initcall_sync(of_platform_default_populate_init);

static int __init of_platform_sync_state_init(void)
{
	if (of_have_populated_dt())
	device_links_supplier_sync_state_resume();
	return 0;
}