Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b52371 authored by Jan Beulich's avatar Jan Beulich Committed by Greg Kroah-Hartman
Browse files

USB: fix section mismatch in early ehci dbgp



Commit 91777826 removed __init from
ehci_wait_for_port(), but left it in place on ehci_reset_port(), which
is being called from the former function.

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Acked-by: default avatarJason Wessel <jason.wessel@windriver.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ac06c067
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ err:
}
EXPORT_SYMBOL_GPL(dbgp_external_startup);

static int __init ehci_reset_port(int port)
static int ehci_reset_port(int port)
{
	u32 portsc;
	u32 delay_time, delay;