diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-22 07:56:10 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-22 13:41:46 -0500 |
commit | 3573c327a627b5d309118fccb1a58ffb39660116 (patch) | |
tree | b3a51a8dc975f2bbff4e3e93e78d57c3c54a6978 /net | |
parent | 9f09864003a74a1e3530eef42460eafa509ad210 (diff) | |
download | u-boot-imx-3573c327a627b5d309118fccb1a58ffb39660116.zip u-boot-imx-3573c327a627b5d309118fccb1a58ffb39660116.tar.gz u-boot-imx-3573c327a627b5d309118fccb1a58ffb39660116.tar.bz2 |
arch/powerpc/cpu/mpc8220/fec.c: Fix compile warning
Fix this:
fec.c: In function 'mpc8220_fec_recv':
fec.c:791:9: warning: passing argument 1 of 'NetReceive' discards qualifiers from pointer target type
include/net.h:438:13: note: expected 'uchar *' but argument is of type 'volatile uchar *'
fec.c: In function 'mpc8220_fec_initialize':
fec.c:839:12: warning: assignment from incompatible pointer type
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions