aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/kernel/process.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-31 00:03:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-31 00:03:02 -0400
commit78d98277e2bdad7213ca910950175ec6ada99513 (patch)
treeeeb202ed1ad33fe7c4eac742563992d1d10eee4b /arch/sh64/kernel/process.c
parent80ba80a9bf25d251237694c3fcee850a73324532 (diff)
sh64: Fix fs.h removal from mm.h regressions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel/process.c')
-rw-r--r--arch/sh64/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/process.c b/arch/sh64/kernel/process.c
index 1b89c9dfb93d..ceb9458abda4 100644
--- a/arch/sh64/kernel/process.c
+++ b/arch/sh64/kernel/process.c
@@ -21,6 +21,7 @@
21 * This file handles the architecture-dependent parts of process handling.. 21 * This file handles the architecture-dependent parts of process handling..
22 */ 22 */
23#include <linux/mm.h> 23#include <linux/mm.h>
24#include <linux/fs.h>
24#include <linux/ptrace.h> 25#include <linux/ptrace.h>
25#include <linux/reboot.h> 26#include <linux/reboot.h>
26#include <linux/init.h> 27#include <linux/init.h>