[POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c
authorBecky Bruce <bgill@freescale.com>
Thu, 1 May 2008 23:15:45 +0000 (18:15 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 2 May 2008 04:02:16 +0000 (23:02 -0500)
commit128cf7f2eb952a85875834c0d274da05ee0f02aa
tree601f47d9007ccb2fceaf1e77c6c67cfc31f6ef90
parent9941d945f491320bc121d86c558b1288ac0ad6ca
[POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c

When resource_size_t is larger than an int, the current code
generates a build warning.  Kill it.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_soc.c