diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 13:03:02 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 13:03:02 +0900 |
commit | 78d98277e2bdad7213ca910950175ec6ada99513 (patch) | |
tree | eeb202ed1ad33fe7c4eac742563992d1d10eee4b /arch/sh64/kernel/sys_sh64.c | |
parent | 80ba80a9bf25d251237694c3fcee850a73324532 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/sys_sh64.c b/arch/sh64/kernel/sys_sh64.c index 19126daf9f4..b7f18e298a2 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> |