includecheck: delete any duplicate instances of module.h

Different tree maintainers picked up independently generated
trivial compile fixes based on linux-next testing, resulting
in some cases where a file would have got more than one addition
of module.h once everything was all merged together.

Delete any duplicates so includecheck isn't complaining about
anything related to module.h/export.h changes.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
这个提交包含在:
Paul Gortmaker
2012-01-29 15:44:45 -05:00
父节点 6b21d18ed5
当前提交 13ae246db4
修改 12 个文件,包含 0 行新增12 行删除

查看文件

@@ -23,7 +23,6 @@
#include <linux/gpio.h>
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>
#include <linux/module.h>
#include <asm/gpio.h>