u-boot/drivers/i2c
Heiko Schocher 98aed37958 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
This patch fixes the following warnings, when using
the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
systems:

soft_i2c.c: In function 'send_reset':
soft_i2c.c:93: warning: unused variable 'immr'
soft_i2c.c: In function 'send_start':
soft_i2c.c:124: warning: unused variable 'immr'
soft_i2c.c: In function 'send_stop':
soft_i2c.c:146: warning: unused variable 'immr'
soft_i2c.c: In function 'send_ack':
soft_i2c.c:171: warning: unused variable 'immr'
soft_i2c.c: In function 'write_byte':
soft_i2c.c:196: warning: unused variable 'immr'
soft_i2c.c: In function 'read_byte':
soft_i2c.c:244: warning: unused variable 'immr'

Signed-off-by: Heiko Schocher <hs@denx.de>
2008-10-18 21:54:01 +02:00
..
fsl_i2c.c Add I2C frequency dividers for ColdFire 2008-08-28 09:16:54 -06:00
Makefile soft_i2c: move to drivers/i2c 2008-08-29 12:25:02 +02:00
mxc_i2c.c i2c: Clean drivers/i2c/ Makefile 2008-08-18 23:24:01 +02:00
omap24xx_i2c.c i2c: Clean drivers/i2c/ Makefile 2008-08-18 23:24:01 +02:00
omap1510_i2c.c i2c: Clean drivers/i2c/ Makefile 2008-08-18 23:24:01 +02:00
soft_i2c.c soft_i2c: prevent compiler warnings if driver does not use CPU Pins. 2008-10-18 21:54:01 +02:00
tsi108_i2c.c i2c: Clean drivers/i2c/ Makefile 2008-08-18 23:24:01 +02:00