ARM: OMAP: Added missing line break that caused I2C patch to fail.
authorTony Lindgren <tony@atomide.com>
Tue, 26 Jul 2005 08:38:52 +0000 (01:38 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Jul 2005 08:38:52 +0000 (01:38 -0700)
Added missing line break that caused I2C patch to fail.

arch/arm/mach-omap1/devices.c

index 07becfb..c3d0499 100644 (file)
@@ -219,6 +219,7 @@ static int __init omap_init_devices(void)
        omap_init_i2c();
        omap_init_irda();
        omap_init_mmc();
+
        return 0;
 }
 arch_initcall(omap_init_devices);