Skip to content
Commit 302bf2f3 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jan Kara
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 6c2155b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment