From: Paul Gortmaker Date: Fri, 27 May 2011 13:56:31 +0000 (-0400) Subject: usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed X-Git-Tag: v3.2-rc1~22^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f940fcd8eadfe5b909a1474b57de7755edeee62b;p=pandora-kernel.git usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed With module.h being implicitly everywhere via device.h, the absence of explicitly including something for EXPORT_SYMBOL went unnoticed. Since we are heading to fix things up and clean module.h from the device.h file, we need to explicitly include these files now. Use the lightweight version of the header that has just THIS_MODULE and EXPORT_SYMBOL variants. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed