Files
u-boot-bpi-r3/drivers
Tom Rini 645cb46e2b 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>
2017-02-17 14:15:12 -05:00
..
2016-12-20 09:15:27 +01:00
2017-02-08 16:24:44 -05:00
2016-10-19 09:01:51 +02:00
2017-01-10 10:18:11 +01:00
2017-02-08 16:24:44 -05:00
2016-01-27 15:32:05 +01:00
2017-02-17 14:15:12 -05:00
2016-02-06 12:00:59 +01:00
2017-01-02 17:08:25 +01:00