Skip to content
Snippets Groups Projects
Commit 6e5fdeed authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent bdfa97bf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment