From 3a11b4f9f648cd5af2eafe94ce79468e005d7a48 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 30 Mar 2012 14:01:07 +0000 Subject: [PATCH] --- yaml --- r: 298404 b: refs/heads/master c: cad3c8346b94edd68e4b9c2c0056a5f61411af1a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/fadump.c | 2 ++ trunk/arch/powerpc/kernel/kgdb.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 48b808dc0110..a6219b7f5fb2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 059378e3ff36094dccdd55600c3ad67a88c302aa +refs/heads/master: cad3c8346b94edd68e4b9c2c0056a5f61411af1a diff --git a/trunk/arch/powerpc/kernel/fadump.c b/trunk/arch/powerpc/kernel/fadump.c index cfe7a38708c3..18bdf74fa164 100644 --- a/trunk/arch/powerpc/kernel/fadump.c +++ b/trunk/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/trunk/arch/powerpc/kernel/kgdb.c b/trunk/arch/powerpc/kernel/kgdb.c index 76a6e40a6f7c..782bd0a3c2f0 100644 --- a/trunk/arch/powerpc/kernel/kgdb.c +++ b/trunk/arch/powerpc/kernel/kgdb.c @@ -24,6 +24,7 @@ #include #include #include +#include /* * This table contains the mapping between PowerPC hardware trap types, and