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/init_task.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/init_task.c')
-rw-r--r-- | arch/sh/kernel/init_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/init_task.c b/arch/sh/kernel/init_task.c index 44053ea92936..4b449c4a6bad 100644 --- a/arch/sh/kernel/init_task.c +++ b/arch/sh/kernel/init_task.c | |||
@@ -3,7 +3,7 @@ | |||
3 | #include <linux/sched.h> | 3 | #include <linux/sched.h> |
4 | #include <linux/init_task.h> | 4 | #include <linux/init_task.h> |
5 | #include <linux/mqueue.h> | 5 | #include <linux/mqueue.h> |
6 | 6 | #include <linux/fs.h> | |
7 | #include <asm/uaccess.h> | 7 | #include <asm/uaccess.h> |
8 | #include <asm/pgtable.h> | 8 | #include <asm/pgtable.h> |
9 | 9 | ||