commit | eef9c3d90bafa1cb0dd397cee400fab21b39abfe | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu May 26 16:00:52 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:15 2011 -0400 |
tree | 6f23a71132838af539abaf6bd898505c086d6f78 | |
parent | 9775913fa05c57b046aa076ae03881f8ee66742b [diff] |
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>