fs: reduce the use of module.h wherever possible
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 Nov 2011 04:57:37 +0000 (23:57 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 00:31:58 +0000 (19:31 -0500)
commit630d9c47274aa89bfa77fe6556d7818bdcb12992
tree501b418c3c89d4c80113aa2fdbbc917eedacd2d4
parent13ae246db4a02971ef4f557af1f6d3e21d64b710
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: Paul Gortmaker <paul.gortmaker@windriver.com>
32 files changed:
fs/aio.c
fs/attr.c
fs/bad_inode.c
fs/binfmt_flat.c
fs/bio.c
fs/buffer.c
fs/compat.c
fs/compat_ioctl.c
fs/dcache.c
fs/dcookies.c
fs/eventfd.c
fs/file.c
fs/fs-writeback.c
fs/fs_struct.c
fs/inode.c
fs/ioctl.c
fs/libfs.c
fs/mpage.c
fs/namei.c
fs/posix_acl.c
fs/read_write.c
fs/readdir.c
fs/select.c
fs/seq_file.c
fs/splice.c
fs/stack.c
fs/stat.c
fs/statfs.c
fs/super.c
fs/sync.c
fs/xattr.c
fs/xattr_acl.c