linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: Linuxppc-dev <linuxppc-dev@ozlabs.org>
Cc: Anton Vorontsov <avorontsov@mvista.com>
Subject: [PATCH 3/3] PPC: Fix compilation of mpc85xx_mds.c
Date: Tue, 31 Aug 2010 04:15:22 +0200	[thread overview]
Message-ID: <1283220922-20369-4-git-send-email-agraf@suse.de> (raw)
In-Reply-To: <1283220922-20369-1-git-send-email-agraf@suse.de>

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 <avorontsov@mvista.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
 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

  parent reply	other threads:[~2010-08-31  2:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-31  2:15 [PATCH 0/3] MPC85xx compile fixes Alexander Graf
2010-08-31  2:15 ` [PATCH 1/3] PPC: s/mtmsrd/MTMSR in ldstfp.S Alexander Graf
2010-08-31  2:49   ` Sean MacLennan
2010-08-31  4:37     ` Kumar Gala
2010-08-31  2:15 ` [PATCH 2/3] PPC: Fix compilation of fsl_rio.c Alexander Graf
2010-08-31 18:10   ` Scott Wood
2010-08-31 18:55     ` Kumar Gala
2010-08-31  2:15 ` Alexander Graf [this message]
2010-08-31 21:24   ` [PATCH 3/3] PPC: Fix compilation of mpc85xx_mds.c Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1283220922-20369-4-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=avorontsov@mvista.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).