提交 40b52371 编写于 作者: J Jan Beulich 提交者: 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: NJan Beulich <jbeulich@novell.com>
Acked-by: NJason Wessel <jason.wessel@windriver.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ac06c067
...@@ -613,7 +613,7 @@ int dbgp_external_startup(void) ...@@ -613,7 +613,7 @@ int dbgp_external_startup(void)
} }
EXPORT_SYMBOL_GPL(dbgp_external_startup); EXPORT_SYMBOL_GPL(dbgp_external_startup);
static int __init ehci_reset_port(int port) static int ehci_reset_port(int port)
{ {
u32 portsc; u32 portsc;
u32 delay_time, delay; u32 delay_time, delay;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册