powerpc: remove non-required uses of include <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 22 Jul 2011 18:24:04 +0000 (14:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:44 +0000 (19:30 -0400)
None of the files touched here are modules, and they are not
exporting any symbols either -- so there is no need to be including
the module.h.  Builds of all the files remains successful.

Even kernel/module.c does not need to include it, since it includes
linux/moduleloader.h instead.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found