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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment