From: Paul Gortmaker Date: Fri, 22 Jul 2011 18:24:04 +0000 (-0400) Subject: powerpc: remove non-required uses of include X-Git-Tag: v3.2-rc1~22^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead53f22dc646d91a1b6201b9f44dd47d7d88c34;p=pandora-kernel.git powerpc: remove non-required uses of include 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 --- Reading git-diff-tree failed