]> bbs.cooldavid.org Git - net-next-2.6.git/commit
usb: Fix up r8a66597-hcd section mismatches.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 16 Sep 2010 08:16:31 +0000 (17:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 16 Sep 2010 08:16:31 +0000 (17:16 +0900)
commit0238a0d8c3846f5c1f9db0dabe504481751e58e8
treed664f22d9ef3e398bef171fbac0783c160811747
parent25ab998e2eff46d2e6ede80c9fc02a349fa005a3
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>
drivers/usb/host/r8a66597-hcd.c