|
@@ -35,7 +35,7 @@ extern void omap_map_common_io(void);
|
|
|
extern struct sys_timer omap_timer;
|
|
|
extern void omap_serial_init(void);
|
|
|
extern void omap_serial_enable_clocks(int enable);
|
|
|
-#ifdef CONFIG_I2C_OMAP
|
|
|
+#if defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)
|
|
|
extern int omap_register_i2c_bus(int bus_id, u32 clkrate,
|
|
|
struct i2c_board_info const *info,
|
|
|
unsigned len);
|