commit | 6e5fdeedca610df600aabc393c4b1f44b128fe49 | [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:30:05 2011 -0400 |
tree | 52a34c30bef1501f19c691a759b81b6f2603cd32 | |
parent | bdfa97bf7263657b83bc5b68567a3a60dde84c5b [diff] |
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure These files were getting <linux/module.h> via an implicit non-obvious 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 them the lightweight header that just contains the EXPORT_SYMBOL infrastructure. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>