commit | 78d98277e2bdad7213ca910950175ec6ada99513 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jul 31 13:03:02 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jul 31 13:03:02 2007 +0900 |
tree | eeb202ed1ad33fe7c4eac742563992d1d10eee4b | |
parent | 80ba80a9bf25d251237694c3fcee850a73324532 [diff] [blame] |
sh64: Fix fs.h removal from mm.h regressions. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh64/kernel/process.c b/arch/sh64/kernel/process.c index 1b89c9d..ceb9458 100644 --- a/arch/sh64/kernel/process.c +++ b/arch/sh64/kernel/process.c
@@ -21,6 +21,7 @@ * This file handles the architecture-dependent parts of process handling.. */ #include <linux/mm.h> +#include <linux/fs.h> #include <linux/ptrace.h> #include <linux/reboot.h> #include <linux/init.h>