summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/reset.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-23 20:30:40 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:30:56 (GMT)
commit73bc256d47a23272ce1dd50b4de64a0ff23d01f1 (patch)
treef0fdec7d4907d2b417258fd152df07a1a80ad8f9 /arch/mips/kernel/reset.c
parentc72f4d6141b3fd2c01f58989cdb0d6b656512647 (diff)
downloadlinux-fsl-qoriq-73bc256d47a23272ce1dd50b4de64a0ff23d01f1.tar.xz
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/reset.c')
-rw-r--r--arch/mips/kernel/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/reset.c b/arch/mips/kernel/reset.c
index 060563a..07fc524 100644
--- a/arch/mips/kernel/reset.c
+++ b/arch/mips/kernel/reset.c
@@ -7,7 +7,7 @@
* Copyright (C) 2001 MIPS Technologies, Inc.
*/
#include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/pm.h>
#include <linux/types.h>
#include <linux/reboot.h>