aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-23 16:55:17 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:57 -0400
commit848484e2c41220f07b432ffea79874a1b02ce6db (patch)
tree1b74483dc2e5cbce9fac843d4efb5563af20a4e3 /arch/mips/kernel/unaligned.c
parentmips: migrate core kernel file from module.h --> export.h (diff)
downloadlinux-dev-848484e2c41220f07b432ffea79874a1b02ce6db.tar.xz
linux-dev-848484e2c41220f07b432ffea79874a1b02ce6db.zip
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>
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r--arch/mips/kernel/unaligned.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c
index eb319b580353..aedb8941caa5 100644
--- a/arch/mips/kernel/unaligned.c
+++ b/arch/mips/kernel/unaligned.c
@@ -73,7 +73,6 @@
* Undo the partial store in this case.
*/
#include <linux/mm.h>
-#include <linux/module.h>
#include <linux/signal.h>
#include <linux/smp.h>
#include <linux/sched.h>