diff options
author | Wolfgang Denk <wd@denx.de> | 2011-10-29 09:38:21 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-03 20:40:30 +0100 |
commit | ec98a9bd4ea3577afdb858940f8df074eda73923 (patch) | |
tree | d0f4ac024cde9f4289a650d5b65f99341d2d3912 /board/bf533-ezkit | |
parent | f4d9f2da2a3084af2db987874bb282b51df2f755 (diff) | |
download | u-boot-imx-ec98a9bd4ea3577afdb858940f8df074eda73923.zip u-boot-imx-ec98a9bd4ea3577afdb858940f8df074eda73923.tar.gz u-boot-imx-ec98a9bd4ea3577afdb858940f8df074eda73923.tar.bz2 |
board/prodrive/p3mx/mv_eth.c: fix GCC 4.6 build warnings
Fix:
mv_eth.c: In function 'mv64460_eth_real_open':
mv_eth.c:471:6: warning: variable 'port_status' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_stop':
mv_eth.c:722:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_xmit':
mv_eth.c:796:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_receive':
mv_eth.c:877:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_get_stats':
mv_eth.c:979:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_update_stat':
mv_eth.c:1006:24: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
mv_eth.c:1005:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64460_eth_print_stat':
mv_eth.c:1087:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'eth_clear_mib_counters':
mv_eth.c:2141:15: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/bf533-ezkit')
0 files changed, 0 insertions, 0 deletions