Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/85xx: Fix compilation of mpc85xx_mds.c

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>

authored by

Alexander Graf and committed by
Kumar Gala
6d4f2fb0 54a83404

+1
+1
arch/powerpc/platforms/85xx/mpc85xx_mds.c
··· 357 357 { 358 358 #ifdef CONFIG_PCI 359 359 struct pci_controller *hose; 360 + struct device_node *np; 360 361 #endif 361 362 dma_addr_t max = 0xffffffff; 362 363