powerpc/85xx: Fix compilation of mpc85xx_mds.c
authorAlexander Graf <[email protected]>
Tue, 31 Aug 2010 02:15:22 +0000 (04:15 +0200)
committerKumar Gala <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
arch/powerpc/platforms/85xx/mpc85xx_mds.c

index da64be19d0997b75518ea1cdde2ecd6a16cbf884..aa34cac4eb5cc5db47db0e233c32ea9dcf0c09f6 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;