]> 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>
Wed, 27 Jul 2011 23:09:07 +0000 (19:09 -0400)
commit990fa15d217e3f652aaf2a219ebe1d13cecd5e26
treea2cafdf3d9a93686aa0de9e3170cb747c2c7d0e3
parent8b0da94a81e51a33256d2d60229f91ffedf95c16
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