git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe7a40
)
usb: phy: remove exported function from __init section
author
Denis Efremov
<yefremov.denis@gmail.com>
Thu, 18 Apr 2013 13:13:31 +0000
(17:13 +0400)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 23 Apr 2013 11:13:48 +0000
(14:13 +0300)
The symbol usb_bind_phy is exported and annotated __init.
It looks like section mismatch. Fix by removing the
__init annotation of usb_bind_phy.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found