diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-07-11 16:17:58 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 12:10:53 -0600 |
commit | 08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7 (patch) | |
tree | 65f7bd358bccfff73b569d6b6802f9e4741013ca /Makefile | |
parent | 7ba6d6dc8d58c49cff0533819195b44fb35d6ece (diff) | |
download | op-kernel-dev-08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7.zip op-kernel-dev-08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7.tar.gz |
powerpc/mpc5200: fix compile warnings in bestcomm driver
Fix for the following compiler warnings:
CC arch/powerpc/sysdev/bestcomm/bestcomm.o
arch/powerpc/sysdev/bestcomm/bestcomm.c: In function 'mpc52xx_bcom_probe':
arch/powerpc/sysdev/bestcomm/bestcomm.c:446:
warning: format '%08lx' expects type 'long unsigned int',
but argument 2 has type 'phys_addr_t'
CC arch/powerpc/sysdev/bestcomm/sram.o
arch/powerpc/sysdev/bestcomm/sram.c: In function 'bcom_sram_init':
arch/powerpc/sysdev/bestcomm/sram.c:89:
warning: format '%08lx' expects type 'long unsigned int',
but argument 3 has type 'phys_addr_t'
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions