From: Paul Gortmaker Date: Thu, 26 May 2011 20:00:52 +0000 (-0400) Subject: drivers/base: transport_class explicitly requires EXPORT_SYMBOL X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eef9c3d90bafa1cb0dd397cee400fab21b39abfe;p=deliverable%2Flinux.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 --- diff --git a/drivers/base/transport_class.c b/drivers/base/transport_class.c index 84997efdb23d..f6c453c3816e 100644 --- a/drivers/base/transport_class.c +++ b/drivers/base/transport_class.c @@ -27,6 +27,7 @@ * transport class is framed entirely in terms of generic devices to * allow it to be used by any physical HBA in the system. */ +#include #include #include