commit | 54804a4117d5c3e8f0abfa5b17ac79fc6230b320 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Nov 04 15:55:43 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Nov 07 22:14:32 2011 +0100 |
tree | 974ffa4c76a065f4a383f4da621407070f605854 | |
parent | 3de85dd9cd372302238d696ecaf27229f7c01aea [diff] |
mpc8xx/spi.c: Fix GCC 4.6 build warnings Fix: spi.c: In function 'spi_init_f': spi.c:144:21: warning: variable 'iop' set but not used [-Wunused-but-set-variable] spi.c:142:22: warning: variable 'cpi' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de>