omap: i2c: Fix muxing for command line enabled bus
authorJarkko Nikula <jhnikula@gmail.com>
Mon, 22 Feb 2010 20:29:36 +0000 (20:29 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 25 Feb 2010 22:45:08 +0000 (14:45 -0800)
The commit b63128e81214cc2db2995d690438055c26d213a5 broke the pin muxing
for I2C busses that are enabled from the kernel command line.

Fix this by defining the board registration function omap_register_i2c_bus
in common platform code as it was before but keep the muxing in architecture
dependent files.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found