powerpc/85xx: Fix compile errors if CONFIG_SYS_DPAA_QBMAN isn't set
authorKumar Gala <galak@kernel.crashing.org>
Thu, 19 May 2011 21:15:11 +0000 (16:15 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 11 Jul 2011 18:24:19 +0000 (13:24 -0500)
commit58b2f96e380f4e5a544dc49b7f33dc04b85eb1c5
tree8a665694b14402621ba81b8f068e5ab1c233c040
parenteb51f63c0291704350ce39c4f9074097ffc91a5b
powerpc/85xx: Fix compile errors if CONFIG_SYS_DPAA_QBMAN isn't set

Add ifdef protection for qp_info and liodn associated with Q/BMan.  Also
rearrange setting of _tbl_sz variables to utilize existing ifdef
protection for things like FMAN.

Also add protection around setup_portals() call in corenet_ds board
code.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/p3041_ids.c
arch/powerpc/cpu/mpc85xx/p4080_ids.c
arch/powerpc/cpu/mpc85xx/p5020_ids.c
board/freescale/corenet_ds/corenet_ds.c