commit | 90357f14938806010841cad6c7782bf3b91b0c46 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Nov 04 15:55:21 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Nov 07 22:11:42 2011 +0100 |
tree | 3fd496318f16ba78e17d8fdadcaff6baa49e56a5 | |
parent | a9a62af1f93986174be852ee68d2b524278563cf [diff] |
mpc8xx/fec.c: Fix GCC 4.6 build warnings Fix: fec.c: In function 'fec_pin_init': fec.c:381:18: warning: variable 'fecp' set but not used [-Wunused-but-set-variable] fec.c: In function 'fec8xx_miiphy_write': fec.c:1013:8: warning: variable 'rdreg' set but not used [-Wunused-but-set-variable] Note: The code was slightly rearranged, but no functional changes attempted, i. e. no conversion to use I/O accessors. Signed-off-by: Wolfgang Denk <wd@denx.de>