powerpc/85xx: Fix compilation of mpc85xx_mds.c
authorAlexander Graf <agraf@suse.de>
Tue, 31 Aug 2010 02:15:22 +0000 (04:15 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 31 Aug 2010 16:36:04 +0000 (11:36 -0500)
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/mpc85xx_mds.c

index da64be1..aa34cac 100644 (file)
@@ -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;