powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h
authorTimur Tabi <timur@freescale.com>
Mon, 19 Mar 2012 16:06:39 +0000 (11:06 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 29 Mar 2012 13:14:07 +0000 (08:14 -0500)
commit9cb6abcb2645985a886f36459d480f5163c57623
tree4bf6445ba991559c285a3e952aba55b98dd8e8d7
parent1ce447b90f3e71c81ae59e0062bc305ef267668b
powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h

Remove the check for CONFIG_PPC_85xx and CONFIG_PPC_86xx from fsl_guts.h.
The check was originally intended to allow the same header file to
be used on 85xx and 86xx systems, even though the Global Utilities
register could be different.  It turns out that they're not actually
different, and so the check is not necessary.  In addition, neither
macro is defined for 64-bit e5500 kernels, so that causes a build
break.

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/fsl_guts.h
arch/powerpc/platforms/85xx/mpc85xx_mds.c
arch/powerpc/platforms/85xx/mpc85xx_rdb.c
arch/powerpc/platforms/85xx/p1022_ds.c
arch/powerpc/platforms/86xx/mpc8610_hpcd.c
sound/soc/fsl/mpc8610_hpcd.c
sound/soc/fsl/p1022_ds.c