ARM: mxc: Fix i2c_board_info definitions
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 20 Jul 2009 06:18:47 +0000 (08:18 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 14 Aug 2009 10:40:37 +0000 (12:40 +0200)
Fix i2c_board_info definitions - we were defining the 'type' field
of these structures twice since the first argument of I2C_BOARD_INFO
sets this field.  Move the second definition into I2C_BOARD_INFO().

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Jean Delvare <khali@linux-fr.org>

No differences found