From: Yoshinori Sato Date: Wed, 22 Aug 2007 21:01:24 +0000 (-0700) Subject: h8300: missing include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0cd82ef1fb8909d6d414f36f291c2f67ca70e2be;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git h8300: missing include Build error fix. Signed-off-by: Yoshinori Sato Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c index e061b63a0038..dfbe7ab9ffe2 100644 --- a/arch/h8300/kernel/process.c +++ b/arch/h8300/kernel/process.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include diff --git a/arch/h8300/kernel/sys_h8300.c b/arch/h8300/kernel/sys_h8300.c index de7688cfd573..ddc62727dc9f 100644 --- a/arch/h8300/kernel/sys_h8300.c +++ b/arch/h8300/kernel/sys_h8300.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include