[POWERPC] 86xx: Fix definition of global-utilites structure
authorTimur Tabi <timur@freescale.com>
Wed, 25 Jul 2007 17:30:33 +0000 (12:30 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Sep 2007 13:54:00 +0000 (08:54 -0500)
commit82925e76db19112cad62066828c1db0bbb3f77e3
tree084adf5913519c7a96ac08b1f31b44c493e8f115
parentdc967d7f5e5d2c9d01c8ea172a1e231908dba9de
[POWERPC] 86xx: Fix definition of global-utilites structure

The current definition of struct ccsr_guts in immap_86xx.h was for 85xx.
This patch fixes that and replaces the vague integer types with sized types
of the correct endianness.  The unused struct ccsr_pci is also deleted.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/asm-powerpc/immap_86xx.h