]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 07becfbf660d0b01c556f46c09f64b8eb2dd0b33..c3d04994be9f6dfa9eb19769eebc9e8a118a10be 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);