aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/kernel/sys_sh64.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-31 13:03:02 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-31 13:03:02 +0900
commit78d98277e2bdad7213ca910950175ec6ada99513 (patch)
treeeeb202ed1ad33fe7c4eac742563992d1d10eee4b /arch/sh64/kernel/sys_sh64.c
parentFallout from "Remove fs.h from mm.h" patch (diff)
downloadlinux-dev-78d98277e2bdad7213ca910950175ec6ada99513.tar.xz
linux-dev-78d98277e2bdad7213ca910950175ec6ada99513.zip
sh64: Fix fs.h removal from mm.h regressions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel/sys_sh64.c')
-rw-r--r--arch/sh64/kernel/sys_sh64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/sys_sh64.c b/arch/sh64/kernel/sys_sh64.c
index 19126daf9f4c..b7f18e298a20 100644
--- a/arch/sh64/kernel/sys_sh64.c
+++ b/arch/sh64/kernel/sys_sh64.c
@@ -19,6 +19,7 @@
#include <linux/rwsem.h>
#include <linux/sched.h>
#include <linux/mm.h>
+#include <linux/fs.h>
#include <linux/smp.h>
#include <linux/sem.h>
#include <linux/msg.h>