]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext2/3/4: delete unneeded includes of module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 4 Jan 2012 20:59:47 +0000 (15:59 -0500)
committerJan Kara <jack@suse.cz>
Mon, 9 Jan 2012 12:52:10 +0000 (13:52 +0100)
commit302bf2f3259948c93361d501b04a5ed69c3bd4f8
tree22ccdf5774a28476745a94532b5ce2c2cc454d98
parent6c2155b9cc5a193e85194bbeaae2e2e4512dd597
ext2/3/4: delete unneeded includes of module.h

Delete any instances of include module.h that were not strictly
required.  In the case of ext2, the declaration of MODULE_LICENSE
etc. were in inode.c but the module_init/exit were in super.c, so
relocate the MODULE_LICENCE/AUTHOR block to super.c which makes it
consistent with ext3 and ext4 at the same time.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jan Kara <jack@suse.cz>
19 files changed:
fs/ext2/inode.c
fs/ext2/super.c
fs/ext2/xattr.c
fs/ext2/xattr_security.c
fs/ext2/xattr_trusted.c
fs/ext2/xattr_user.c
fs/ext3/inode.c
fs/ext3/xattr_security.c
fs/ext3/xattr_trusted.c
fs/ext3/xattr_user.c
fs/ext4/block_validity.c
fs/ext4/extents.c
fs/ext4/indirect.c
fs/ext4/inode.c
fs/ext4/migrate.c
fs/ext4/page-io.c
fs/ext4/xattr_security.c
fs/ext4/xattr_trusted.c
fs/ext4/xattr_user.c