omap: i2c: Fix muxing for command line enabled bus
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / i2c.h
index 585d9ca..87f6bf2 100644 (file)
@@ -34,6 +34,5 @@ static inline int omap_register_i2c_bus(int bus_id, u32 clkrate,
 }
 #endif
 
-int omap_plat_register_i2c_bus(int bus_id, u32 clkrate,
-                                struct i2c_board_info const *info,
-                                unsigned len);
+void __init omap1_i2c_mux_pins(int bus_id);
+void __init omap2_i2c_mux_pins(int bus_id);