Commit e574e010 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Comment out omap_init_i2c

Fixed compile as omap_init_i2c() is still missing.
parent 99ae5157
...@@ -287,7 +287,7 @@ static inline void omap_init_wdt(void) {} ...@@ -287,7 +287,7 @@ static inline void omap_init_wdt(void) {}
*/ */
static int __init omap_init_devices(void) static int __init omap_init_devices(void)
{ {
omap_init_i2c(); //omap_init_i2c();
omap_init_irda(); omap_init_irda();
omap_init_mmc(); omap_init_mmc();
omap_init_rtc(); omap_init_rtc();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment