diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 06:01:43 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 06:01:43 +0200 |
commit | e06c4e5775b1efc4e476f2430439e45867775f5f (patch) | |
tree | c9c147b9bc520244ff44b5b065c8eea9b67d5990 /arch/sh/mm | |
parent | sh: fix get_wchan() for SH kernels without framepointers (diff) | |
download | linux-e06c4e5775b1efc4e476f2430439e45867775f5f.tar.xz linux-e06c4e5775b1efc4e476f2430439e45867775f5f.zip |
sh: Fix fs.h removal from mm.h regressions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/pg-sh4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/pg-sh4.c b/arch/sh/mm/pg-sh4.c index 82b48e6a6239..25f5c6f6821d 100644 --- a/arch/sh/mm/pg-sh4.c +++ b/arch/sh/mm/pg-sh4.c @@ -8,6 +8,7 @@ */ #include <linux/mm.h> #include <linux/mutex.h> +#include <linux/fs.h> #include <asm/mmu_context.h> #include <asm/cacheflush.h> |