From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Neuling Subject: [PATCH] powerpc: fix compile error with 85xx/p1022_ds.c Date: Mon, 12 Dec 2011 09:49:14 +1100 Message-ID: <22284.1323643754@neuling.org> Mime-Version: 1.0 Return-path: Received: from ozlabs.org ([203.10.76.45]:49574 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439Ab1LKWtP (ORCPT ); Sun, 11 Dec 2011 17:49:15 -0500 Sender: linux-next-owner@vger.kernel.org List-ID: To: Kyle Moffett , Benjamin Herrenschmidt Cc: linuxppc-dev , sfr@canb.auug.org.au, linux-next@vger.kernel.org Current linux-next compiled with mpc85xx_defconfig causes this: arch/powerpc/platforms/85xx/p1022_ds.c:341:14: error: 'udbg_progress' undeclared here (not in a function) Add include to fix this. Signed-off-by: Michael Neuling diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c index bb3d84f..b0984ad 100644 --- a/arch/powerpc/platforms/85xx/p1022_ds.c +++ b/arch/powerpc/platforms/85xx/p1022_ds.c @@ -25,6 +25,7 @@ #include #include +#include #include #include "smp.h"