summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/mips_ksyms.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-23 22:30:40 +0200
committerPaul Gortmaker2011-11-01 00:30:56 +0100
commit73bc256d47a23272ce1dd50b4de64a0ff23d01f1 (patch)
treef0fdec7d4907d2b417258fd152df07a1a80ad8f9 /arch/mips/kernel/mips_ksyms.c
parentmips: fix implicit smp.h usage in various files. (diff)
downloadkernel-qcow2-linux-73bc256d47a23272ce1dd50b4de64a0ff23d01f1.tar.gz
kernel-qcow2-linux-73bc256d47a23272ce1dd50b4de64a0ff23d01f1.tar.xz
kernel-qcow2-linux-73bc256d47a23272ce1dd50b4de64a0ff23d01f1.zip
mips: migrate core kernel file from module.h --> export.h
These files are not modules, but were including module.h only for EXPORT_SYMBOL and/or THIS_MODULE. Now that we have the lightweight export.h, use it in these kinds of cases. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/mips/kernel/mips_ksyms.c')
-rw-r--r--arch/mips/kernel/mips_ksyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/mips_ksyms.c b/arch/mips/kernel/mips_ksyms.c
index 1d04807874db..57ba13edb03a 100644
--- a/arch/mips/kernel/mips_ksyms.c
+++ b/arch/mips/kernel/mips_ksyms.c
@@ -9,7 +9,7 @@
* Copyright (C) 1999, 2000, 01 Silicon Graphics, Inc.
*/
#include <linux/interrupt.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <asm/checksum.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>