From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by ozlabs.org (Postfix) with ESMTP id 66241B70FC for ; Tue, 31 Aug 2010 12:15:27 +1000 (EST) From: Alexander Graf To: Linuxppc-dev Subject: [PATCH 3/3] PPC: Fix compilation of mpc85xx_mds.c Date: Tue, 31 Aug 2010 04:15:22 +0200 Message-Id: <1283220922-20369-4-git-send-email-agraf@suse.de> In-Reply-To: <1283220922-20369-1-git-send-email-agraf@suse.de> References: <1283220922-20369-1-git-send-email-agraf@suse.de> Cc: Anton Vorontsov List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Commit 99d8238f berobbed the for_each loop of its iterator! Let's be nice and give it back, so it compiles for us. CC: Anton Vorontsov Signed-off-by: Alexander Graf --- arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c index da64be1..aa34cac 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c @@ -357,6 +357,7 @@ static void __init mpc85xx_mds_setup_arch(void) { #ifdef CONFIG_PCI struct pci_controller *hose; + struct device_node *np; #endif dma_addr_t max = 0xffffffff; -- 1.6.0.2