drivers/base: transport_class explicitly requires EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 20:00:52 +0000 (16:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:15 +0000 (19:31 -0400)
commiteef9c3d90bafa1cb0dd397cee400fab21b39abfe
tree6f23a71132838af539abaf6bd898505c086d6f78
parent9775913fa05c57b046aa076ae03881f8ee66742b
drivers/base: transport_class explicitly requires EXPORT_SYMBOL

This file was getting <linux/module.h> 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 <paul.gortmaker@windriver.com>
drivers/base/transport_class.c