From: Sascha Hauer Date: Mon, 20 Jul 2009 06:18:47 +0000 (+0200) Subject: ARM: mxc: Fix i2c_board_info definitions X-Git-Tag: v2.6.32-rc1~691^2~1^2~5^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf87a6e2fe95891575c45ba1a0ecb8cf53c09732;p=pandora-kernel.git ARM: mxc: Fix i2c_board_info definitions 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 Acked-by: Jean Delvare --- Reading git-diff-tree failed