From: Stephen Rothwell Date: Thu, 29 Mar 2012 03:58:10 +0000 (+1100) Subject: powerpc: fix fallout from system.h split up X-Git-Tag: next-20120402~70^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0c60de4c7bd311393abb828acb1de4a04bfe751;p=karo-tx-linux.git powerpc: fix fallout from system.h split up Signed-off-by: Stephen Rothwell --- diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c index cfe7a38708c3..18bdf74fa164 100644 --- a/arch/powerpc/kernel/fadump.c +++ b/arch/powerpc/kernel/fadump.c @@ -40,6 +40,8 @@ #include #include #include +#include +#include static struct fw_dump fw_dump; static struct fadump_mem_struct fdm; diff --git a/arch/powerpc/kernel/kgdb.c b/arch/powerpc/kernel/kgdb.c index 76a6e40a6f7c..782bd0a3c2f0 100644 --- a/arch/powerpc/kernel/kgdb.c +++ b/arch/powerpc/kernel/kgdb.c @@ -24,6 +24,7 @@ #include #include #include +#include /* * This table contains the mapping between PowerPC hardware trap types, and