diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-11-04 15:55:13 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-11-07 22:09:54 +0100 | 
| commit | b633741bcd0d41573b0c9ca22db0ed83600c4ae3 (patch) | |
| tree | 51a6b1d36eecceca348ad2f902b883e0bbf1b5b8 /drivers/rtc/m41t11.c | |
| parent | 397b40caf2eacec576c72eb52144383f11ae7688 (diff) | |
| download | olio-uboot-2014.01-b633741bcd0d41573b0c9ca22db0ed83600c4ae3.tar.xz olio-uboot-2014.01-b633741bcd0d41573b0c9ca22db0ed83600c4ae3.zip | |
drivers/rtc/rv3029.c: fix GCC 4.6 build warnings
Fix:
rv3029.c: In function 'rtc_set':
rv3029.c:98:6: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
rv3029.c: In function 'set_eere_bit':
rv3029.c:131:6: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
rv3029.c: In function 'wait_eebusy':
rv3029.c:149:9: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
rv3029.c: In function 'rtc_reset':
rv3029.c:165:6: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/rtc/m41t11.c')
0 files changed, 0 insertions, 0 deletions