commit | b9e15bafdf1aa20791cdefdcbf1ccf7d7aa03aaa | [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 09:20:12 2011 -0400 |
tree | 459af0df6234a50b43b87078fd252941e231cbc3 | |
parent | e25934a51772f47edd94d7b7d08b0e167769639c [diff] |
mm: Add export.h for EXPORT_SYMBOL to active symbol exporters These files were 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 them the lightweight header that just contains the EXPORT_SYMBOL infrastructure. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>