diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 00:01:43 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 00:01:43 -0400 |
commit | e06c4e5775b1efc4e476f2430439e45867775f5f (patch) | |
tree | c9c147b9bc520244ff44b5b065c8eea9b67d5990 /arch/sh/kernel/process.c | |
parent | c64ac9f0581a80b6200846e7007a33c3b24ef745 (diff) |
sh: Fix fs.h removal from mm.h regressions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process.c')
-rw-r--r-- | arch/sh/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process.c index 3a1783010c03..15ae322dbd74 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/kdebug.h> | 18 | #include <linux/kdebug.h> |
19 | #include <linux/tick.h> | 19 | #include <linux/tick.h> |
20 | #include <linux/reboot.h> | 20 | #include <linux/reboot.h> |
21 | #include <linux/fs.h> | ||
21 | #include <asm/uaccess.h> | 22 | #include <asm/uaccess.h> |
22 | #include <asm/mmu_context.h> | 23 | #include <asm/mmu_context.h> |
23 | #include <asm/pgalloc.h> | 24 | #include <asm/pgalloc.h> |