Skip to content

Commit

Permalink
powerpc/85xx: Fix compilation of mpc85xx_mds.c
Browse files Browse the repository at this point in the history
Commit 99d8238 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>
  • Loading branch information
Alexander Graf authored and Kumar Gala committed Aug 31, 2010
1 parent 54a8340 commit 6d4f2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/85xx/mpc85xx_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6d4f2fb

Please sign in to comment.