ARM: tegra: remove copy-and-pasted i2c platform data in boards
authorColin Cross <ccross@android.com>
Sun, 10 Jul 2011 21:37:22 +0000 (14:37 -0700)
committerColin Cross <ccross@android.com>
Wed, 13 Jul 2011 03:39:02 +0000 (20:39 -0700)
Every board file includes the same platform data definition
for the i2c-tegra driver's bus speed.  Move the platform data
into devices.c, and remove it from all the board files.

Signed-off-by: Colin Cross <ccross@android.com>
Tested-by: Konstantin Sinyuk <kostyas@compulab.co.il>
Acked-by: Olof Johansson <olof@lixom.net>

No differences found