[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)
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>

No differences found