Commit c9fe4a7f authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Added missing line break that caused I2C patch to fail.

Added missing line break that caused I2C patch to fail.
parent ddb8fcd2
...@@ -219,6 +219,7 @@ static int __init omap_init_devices(void) ...@@ -219,6 +219,7 @@ 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();
return 0; return 0;
} }
arch_initcall(omap_init_devices); arch_initcall(omap_init_devices);
......
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