From: Paul Gortmaker Date: Thu, 26 May 2011 20:00:52 +0000 (-0400) Subject: drivers/base: transport_class explicitly requires EXPORT_SYMBOL X-Git-Tag: v3.2-rc1~22^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef9c3d90bafa1cb0dd397cee400fab21b39abfe;p=pandora-kernel.git drivers/base: transport_class explicitly requires EXPORT_SYMBOL This file was getting via an implicit include path, but we want to crush those out of existence since they cost time during compiles of processing thousands of lines of headers for no reason. Give it the lightweight header that just contains the EXPORT_SYMBOL infrastructure. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed