diff options
author | Wolfgang Denk <wd@denx.de> | 2011-11-05 05:13:03 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-07 22:47:37 +0100 |
commit | ecc6aa8cf3ca7de0c67f21291fa3f5858934c816 (patch) | |
tree | 0a0e95fc5170918e2ce85a581d1a888c960c5b3a /include/usb.h | |
parent | 53862da918937ec8ad1f44f8c4862e98d98d0e05 (diff) | |
download | u-boot-imx-ecc6aa8cf3ca7de0c67f21291fa3f5858934c816.zip u-boot-imx-ecc6aa8cf3ca7de0c67f21291fa3f5858934c816.tar.gz u-boot-imx-ecc6aa8cf3ca7de0c67f21291fa3f5858934c816.tar.bz2 |
drivers/net/rtl8139.c: Fix GCC 4.6 build warnings
Fix:
rtl8139.c: In function 'rtl8139_probe':
rtl8139.c:256:15: warning: variable 'fullduplex' set but not used
[-Wunused-but-set-variable]
rtl8139.c:256:6: warning: variable 'speed10' set but not used
[-Wunused-but-set-variable]
rtl8139.c: In function 'rtl_transmit':
rtl8139.c:419:16: warning: variable 'txstatus' set but not used
[-Wunused-but-set-variable]
Change code to use new debug macros; also fix the new errors and
warnigns popping up now, like "error: 'to' undeclared" and some
"warning: format '%X' expects argument of type 'unsigned int', but
argument X has type 'long unsigned int'"
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/usb.h')
0 files changed, 0 insertions, 0 deletions