commit | 3573c327a627b5d309118fccb1a58ffb39660116 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue May 22 07:56:10 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue May 22 13:41:46 2012 -0500 |
tree | b3a51a8dc975f2bbff4e3e93e78d57c3c54a6978 | |
parent | 9f09864003a74a1e3530eef42460eafa509ad210 [diff] |
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>