commit | 82925e76db19112cad62066828c1db0bbb3f77e3 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Jul 25 12:30:33 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Sep 14 08:54:00 2007 -0500 |
tree | 084adf5913519c7a96ac08b1f31b44c493e8f115 | |
parent | dc967d7f5e5d2c9d01c8ea172a1e231908dba9de [diff] |
[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>