]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 20:00:52 +0000 (16:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:25 +0000 (15:10 -0400)
commit1fc511b288c6f84624fffce4bb04d7776180161b
treebf0e7be90309e065e6ec0afe66c8bed38528ebe0
parentaef97935743c9a6c68a3d1bbbcb0def686ace772
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros

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>
fs/bio-integrity.c
fs/gfs2/ops_fstype.c
fs/ioprio.c
fs/jfs/jfs_logmgr.c
fs/proc/vmcore.c