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)
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