From: Paul Mundt Date: Thu, 16 Sep 2010 08:16:31 +0000 (+0900) Subject: usb: Fix up r8a66597-hcd section mismatches. X-Git-Tag: v2.6.37-rc1~136^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0238a0d8c3846f5c1f9db0dabe504481751e58e8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed