commit | 0238a0d8c3846f5c1f9db0dabe504481751e58e8 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Sep 16 17:16:31 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Sep 16 17:16:31 2010 +0900 |
tree | d664f22d9ef3e398bef171fbac0783c160811747 | |
parent | 25ab998e2eff46d2e6ede80c9fc02a349fa005a3 [diff] |
usb: Fix up r8a66597-hcd section mismatches. 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>