]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - block/ioprio.c
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>
Mon, 31 Oct 2011 23:30:31 +0000 (19:30 -0400)
commitafeacc8c1f38b7bb93d4bc7b4ba04c2605061ef0
treee6eb248db3f932808ff2495a094e728d7d7f61e1
parent79bb1ee46ad1b76069108ca9b5467a3c14574744
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/nfs/pagelist.c
fs/nfs/pnfs_dev.c
fs/nfs/write.c
fs/nfsd/nfs4acl.c
fs/ocfs2/cluster/tcp.c
fs/ocfs2/dlm/dlmdebug.c
fs/proc/vmcore.c