diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-21 14:45:25 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-05-22 10:18:16 -0500 |
commit | bccbe619b1138c801a4a789dc30c265c7a34dbc5 (patch) | |
tree | 085bc218999a145294e224e14286f8f4713d9b27 /drivers/net/xilinx_ll_temac_fifo.c | |
parent | 6e758ef56eb82200604a5e89509b66c6590c00ce (diff) | |
download | u-boot-bccbe619b1138c801a4a789dc30c265c7a34dbc5.tar.gz u-boot-bccbe619b1138c801a4a789dc30c265c7a34dbc5.tar.xz u-boot-bccbe619b1138c801a4a789dc30c265c7a34dbc5.zip |
drivers/net/eepro100.c: Fix compile warning
Fix this:
eepro100.c: In function 'eepro100_initialize':
eepro100.c:464:13: warning: assignment from incompatible pointer type
eepro100.c: In function 'eepro100_recv':
eepro100.c:694:4: 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 u8 *'
The use of a descriptor like this may mean DMA will update this at will
Beware this may be a source of trouble on some boards
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Diffstat (limited to 'drivers/net/xilinx_ll_temac_fifo.c')
0 files changed, 0 insertions, 0 deletions