projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac06c06
)
USB: fix section mismatch in early ehci dbgp
author
Jan Beulich
<
[email protected]
>
Fri, 20 Nov 2009 13:50:53 +0000
(13:50 +0000)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 23 Dec 2009 19:34:11 +0000
(11:34 -0800)
Commit
917778267fbe67703ab7d5c6f0b7a05d4c3df485
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: Jan Beulich <
[email protected]
>
Acked-by: Jason Wessel <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/early/ehci-dbgp.c
patch
|
blob
|
history
diff --git
a/drivers/usb/early/ehci-dbgp.c
b/drivers/usb/early/ehci-dbgp.c
index 1206a26ef893adf26dd6c498c4dc3bd9cf0ba7ab..2958a1271b20b5b82b7d6d448a30c848a11f5861 100644
(file)
--- a/
drivers/usb/early/ehci-dbgp.c
+++ b/
drivers/usb/early/ehci-dbgp.c
@@
-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;