[PATCH] ppc32: Fix building MPC8555 CDS

Adding support for MPC8548 w/o PCI support, broke building MPC8555 CDS
by trying to remove a loop variable that was used when PCI is enabled.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org)

authored by Kumar Gala and committed by Linus Torvalds f1b04770 fb7a0e36

+1
+1
arch/ppc/platforms/85xx/mpc85xx_cds_common.c
··· 149 mpc85xx_cds_init_IRQ(void) 150 { 151 bd_t *binfo = (bd_t *) __res; 152 153 /* Determine the Physical Address of the OpenPIC regs */ 154 phys_addr_t OpenPIC_PAddr = binfo->bi_immr_base + MPC85xx_OPENPIC_OFFSET;
··· 149 mpc85xx_cds_init_IRQ(void) 150 { 151 bd_t *binfo = (bd_t *) __res; 152 + int i; 153 154 /* Determine the Physical Address of the OpenPIC regs */ 155 phys_addr_t OpenPIC_PAddr = binfo->bi_immr_base + MPC85xx_OPENPIC_OFFSET;