Re: [PATCH 3/3] PPC: Fix compilation of mpc85xx_mds.c

2010-08-31 Thread Kumar Gala

On Aug 30, 2010, at 9:15 PM, Alexander Graf wrote:

 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 avoront...@mvista.com
 Signed-off-by: Alexander Graf ag...@suse.de
 ---
 arch/powerpc/platforms/85xx/mpc85xx_mds.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

applied to merge

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


[PATCH 3/3] PPC: Fix compilation of mpc85xx_mds.c

2010-08-30 Thread Alexander Graf
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 avoront...@mvista.com
Signed-off-by: Alexander Graf ag...@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 = 0x;
 
-- 
1.6.0.2

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev