summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/process.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-07-07 22:58:49 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2017-07-07 22:58:49 +0200
commit37949075ab628e8ef36a877108c2d95b13221cc5 (patch)
treea4b26ff06ed3680384f66e0aba08fd4945d11311 /arch/openrisc/kernel/process.c
parentMerge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... (diff)
parentopenrisc: defconfig: Cleanup from old Kconfig options (diff)
downloadlinux-37949075ab628e8ef36a877108c2d95b13221cc5.tar.xz
linux-37949075ab628e8ef36a877108c2d95b13221cc5.zip
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Pull OpenRISC updates from Stafford Horne: "Openrisc fixes for this 4.13 merge window, there is not really much here: - include cleanups, one with should reduce build time slightly - switch to new toolchain to new (>2 year old) toolchain prefix" * tag 'openrisc-for-linus' of git://github.com/openrisc/linux: openrisc: defconfig: Cleanup from old Kconfig options openrisc: explicitly include linux/bug.h in asm/fixmap.h openrisc: Switch to use export.h instead of module.h openrisc: Change toolchain from or32- to or1k-
Diffstat (limited to 'arch/openrisc/kernel/process.c')
-rw-r--r--arch/openrisc/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/process.c b/arch/openrisc/kernel/process.c
index f9b77003f113..8739b6d75005 100644
--- a/arch/openrisc/kernel/process.c
+++ b/arch/openrisc/kernel/process.c
@@ -26,7 +26,7 @@
#include <linux/sched/task.h>
#include <linux/sched/task_stack.h>
#include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/mm.h>
#include <linux/stddef.h>
#include <linux/unistd.h>