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>
这个提交包含在:
Paul Gortmaker
2012-01-04 15:59:47 -05:00
提交者 Jan Kara
父节点 6c2155b9cc
当前提交 302bf2f325
修改 19 个文件,包含 3 行新增22 行删除

查看文件

@@ -3,7 +3,6 @@
* Handler for storing security labels as extended attributes.
*/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/fs.h>