commit | bd9e310dca15c9987256f67af19f9f42426e7493 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Tue Sep 28 22:04:01 2010 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Oct 01 09:33:09 2010 +0200 |
tree | 354e5ad18b27dfc904f043c5e8f53a03924518a6 | |
parent | 214b43100fd59e55fcd265329aafd14ab01ec30d [diff] |
ARM: imx/pca100: only specify i2c device type once The first argument to I2C_BOARD_INFO is used to assign .type, so it should not be specified a second time. For the rtc-pcf8563/pcf8563 entry gcc preferred pcf8563, so did I. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>