From 5d8d7fef01812f0b955b9f7ca43f6dcf5b3904ac Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Sat, 16 Jul 2011 23:31:11 +1000 Subject: [PATCH] With this patch applied, make allyesconfig succeeds on ppc64. Signed-off-by: WANG Cong Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- arch/powerpc/kernel/rtas.c | 1 + arch/powerpc/kernel/rtas_flash.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 271ff6318eda..0e0ea941156f 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/arch/powerpc/kernel/rtas_flash.c b/arch/powerpc/kernel/rtas_flash.c index bf5f5ce3a7bd..e037c7494fd8 100644 --- a/arch/powerpc/kernel/rtas_flash.c +++ b/arch/powerpc/kernel/rtas_flash.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- 2.39.5