aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/spinlock_test.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-23 16:30:40 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:56 -0400
commit73bc256d47a23272ce1dd50b4de64a0ff23d01f1 (patch)
treef0fdec7d4907d2b417258fd152df07a1a80ad8f9 /arch/mips/kernel/spinlock_test.c
parentmips: fix implicit smp.h usage in various files. (diff)
downloadlinux-dev-73bc256d47a23272ce1dd50b4de64a0ff23d01f1.tar.xz
linux-dev-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/spinlock_test.c')
-rw-r--r--arch/mips/kernel/spinlock_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/spinlock_test.c b/arch/mips/kernel/spinlock_test.c
index da61134dfc53..39f7ab7b0426 100644
--- a/arch/mips/kernel/spinlock_test.c
+++ b/arch/mips/kernel/spinlock_test.c
@@ -3,7 +3,7 @@
#include <linux/hrtimer.h>
#include <linux/fs.h>
#include <linux/debugfs.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/spinlock.h>