includecheck: delete any duplicate instances of module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 29 Jan 2012 20:44:45 +0000 (15:44 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 00:31:56 +0000 (19:31 -0500)
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>

No differences found