Skip to content

Commit

Permalink
sh64: Fix fs.h removal from mm.h regressions.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 31, 2007
1 parent 80ba80a commit 78d9827
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh64/kernel/init_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/sched.h>
#include <linux/init_task.h>
#include <linux/mqueue.h>

#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>

Expand Down
1 change: 1 addition & 0 deletions arch/sh64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* This file handles the architecture-dependent parts of process handling..
*/
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/ptrace.h>
#include <linux/reboot.h>
#include <linux/init.h>
Expand Down
1 change: 1 addition & 0 deletions arch/sh64/kernel/sys_sh64.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/rwsem.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/smp.h>
#include <linux/sem.h>
#include <linux/msg.h>
Expand Down
1 change: 1 addition & 0 deletions arch/sh64/lib/dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <asm/mmu_context.h>

typedef u64 regType_t;
Expand Down

0 comments on commit 78d9827

Please sign in to comment.