Skip to content
Commit 630d9c47 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

fs: reduce the use of module.h wherever possible



For files only using THIS_MODULE and/or EXPORT_SYMBOL, map
them onto including export.h -- or if the file isn't even
using those, then just delete the include.  Fix up any implicit
include dependencies that were being masked by module.h along
the way.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 13ae246d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment