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:
25ab998
)
usb: Fix up r8a66597-hcd section mismatches.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Sep 2010 08:16:31 +0000
(17:16 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Sep 2010 08:16:31 +0000
(17:16 +0900)
The _remove() routine is flagged __init_or_module, despite only being
used in a __devexit context. As the rest of the driver is already
balanced out with __devinit, switch to __devexit and __devexit_p()
wrapping.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found