diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 13:01:43 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-31 13:01:43 +0900 |
commit | e06c4e5775b1efc4e476f2430439e45867775f5f (patch) | |
tree | c9c147b9bc520244ff44b5b065c8eea9b67d5990 /arch/sh/kernel/sys_sh.c | |
parent | c64ac9f0581a80b6200846e7007a33c3b24ef745 (diff) | |
download | op-kernel-dev-e06c4e5775b1efc4e476f2430439e45867775f5f.zip op-kernel-dev-e06c4e5775b1efc4e476f2430439e45867775f5f.tar.gz |
sh: Fix fs.h removal from mm.h regressions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sys_sh.c')
-rw-r--r-- | arch/sh/kernel/sys_sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/sys_sh.c b/arch/sh/kernel/sys_sh.c index 76b1bc7..024ce5d 100644 --- a/arch/sh/kernel/sys_sh.c +++ b/arch/sh/kernel/sys_sh.c @@ -21,6 +21,7 @@ #include <linux/file.h> #include <linux/utsname.h> #include <linux/module.h> +#include <linux/fs.h> #include <asm/cacheflush.h> #include <asm/uaccess.h> #include <asm/ipc.h> |