diff options
author | Alexander Graf <agraf@suse.de> | 2010-08-31 04:15:22 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-08-31 11:36:04 -0500 |
commit | 6d4f2fb0860c36e7ef16cc41126242a8b6542771 (patch) | |
tree | 61264aff5331ef419058aed4a49c3ebbdd8a233a /arch/powerpc/platforms/85xx | |
parent | 54a834043314c257210db2a9d59f8cc605571639 (diff) | |
download | op-kernel-dev-6d4f2fb0860c36e7ef16cc41126242a8b6542771.zip op-kernel-dev-6d4f2fb0860c36e7ef16cc41126242a8b6542771.tar.gz |
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>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | 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 = 0xffffffff; |