summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-22 20:24:04 +0200
committerPaul Gortmaker2011-11-01 00:30:44 +0100
commitead53f22dc646d91a1b6201b9f44dd47d7d88c34 (patch)
tree75bc1a7120d3f10788580f41593822bf72a8a0c5 /arch/powerpc/kernel/module.c
parentpowerpc: various straight conversions from module.h --> export.h (diff)
downloadkernel-qcow2-linux-ead53f22dc646d91a1b6201b9f44dd47d7d88c34.tar.gz
kernel-qcow2-linux-ead53f22dc646d91a1b6201b9f44dd47d7d88c34.tar.xz
kernel-qcow2-linux-ead53f22dc646d91a1b6201b9f44dd47d7d88c34.zip
powerpc: remove non-required uses of include <linux/module.h>
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>
Diffstat (limited to 'arch/powerpc/kernel/module.c')
-rw-r--r--arch/powerpc/kernel/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/module.c b/arch/powerpc/kernel/module.c
index a1cd701b5753..2d275707f419 100644
--- a/arch/powerpc/kernel/module.c
+++ b/arch/powerpc/kernel/module.c
@@ -16,7 +16,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/module.h>
#include <linux/elf.h>
#include <linux/moduleloader.h>
#include <linux/err.h>