powerpc/85xx: Fix compile warnings in mpc85xx_mds.c
authorKumar Gala <galak@kernel.crashing.org>
Wed, 3 Dec 2008 15:31:35 +0000 (09:31 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 3 Dec 2008 16:46:37 +0000 (10:46 -0600)
commit24a99596f7465274a8e65ddd29a7d9028969b9f9
treed3cc2d6e02622b4aeef3b64dc4100669ab883a26
parentd5b26db2cfcf09f28f4839c8c3484279cd5ea5b3
powerpc/85xx: Fix compile warnings in mpc85xx_mds.c

arch/powerpc/platforms/85xx/mpc85xx_mds.c: In function 'board_fixups':
arch/powerpc/platforms/85xx/mpc85xx_mds.c:244: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'resource_size_t'
arch/powerpc/platforms/85xx/mpc85xx_mds.c:250: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'resource_size_t'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/mpc85xx_mds.c