]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: remove needless include of module.h from core kernel files.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2011 20:55:17 +0000 (16:55 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:41:42 +0000 (12:41 -0400)
commitdf6508448a0d61116762d7125a443836d1f3a227
tree54d6f960c6ec23541ac19d3cb95f02bcac2f75d6
parent56e7a96c1b12d0fb5bf2a8784a43b27149604a3f
mips: remove needless include of module.h from core kernel files.

None of these files are using modular infrastructure, and build
tests reveal that none of these files are really relying on any
implicit inclusions via. module.h either.  So delete them.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/kernel/8250-platform.c
arch/mips/kernel/irq-msc01.c
arch/mips/kernel/irq.c
arch/mips/kernel/module.c
arch/mips/kernel/process.c
arch/mips/kernel/rtlx.c
arch/mips/kernel/traps.c
arch/mips/kernel/unaligned.c
arch/mips/kernel/vpe.c