arch/powerpc/cpu/mpc8220/fec.c: Fix compile warning
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 22 May 2012 07:56:10 +0000 (07:56 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 22 May 2012 18:41:46 +0000 (13:41 -0500)
commit3573c327a627b5d309118fccb1a58ffb39660116
treeb3a51a8dc975f2bbff4e3e93e78d57c3c54a6978
parent9f09864003a74a1e3530eef42460eafa509ad210
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>
arch/powerpc/cpu/mpc8220/fec.c