From: Paul Bolle Date: Thu, 24 May 2012 14:30:29 +0000 (+0200) Subject: ARM: at91: set i2c_board_info.type to "ds1339" directly X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~58^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cb59fde7d1570e23d97d9b2a988760f732e28b;p=pandora-kernel.git ARM: at91: set i2c_board_info.type to "ds1339" directly The single element of the cpu9krea_i2c_devices array (of type struct i2c_board_info) has its "type" member set twice. First to "rtc-ds1307" (through the I2C_BOARD_INFO macro) and then directly to "ds1339". Just set it (once and) directly to "ds1339" instead. Signed-off-by: Paul Bolle Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed