commit | 56762c1590a1cf9fd66c27ca1486c5f3a999044f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Feb 09 15:40:16 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 17 14:15:12 2017 -0500 |
tree | dc37163544c80464c19c98e3fa89abcd8226517d | |
parent | dc3a9216606ab31df7955101abaa06c54729f162 [diff] |
fsl_i2c.c: Fix warning on gcc-6.x With gcc-6.x we see: drivers/i2c/fsl_i2c.c:86:3: warning: ‘fsl_i2c_speed_map’ defined but not used [-Wunused-const-variable=] The easy way to fix this is that since we only use fsl_i2c_speed_map at all on __M68K__ move the existing guards around slightly. Reported-by: Thomas Schaefer <Thomas.Schaefer@kontron.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Heiko Schocher <hs@denx.de>