commit | e06c4e5775b1efc4e476f2430439e45867775f5f | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jul 31 13:01:43 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jul 31 13:01:43 2007 +0900 |
tree | c9c147b9bc520244ff44b5b065c8eea9b67d5990 | |
parent | c64ac9f0581a80b6200846e7007a33c3b24ef745 [diff] [blame] |
sh: Fix fs.h removal from mm.h regressions. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process.c index 3a17830..15ae322 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c
@@ -18,6 +18,7 @@ #include <linux/kdebug.h> #include <linux/tick.h> #include <linux/reboot.h> +#include <linux/fs.h> #include <asm/uaccess.h> #include <asm/mmu_context.h> #include <asm/pgalloc.h>