git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb8fcd
)
ARM: OMAP: Added missing line break that caused I2C patch to fail.
author
Tony Lindgren
<tony@atomide.com>
Tue, 26 Jul 2005 08:38:52 +0000
(
01:38
-0700)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/devices.c
b/arch/arm/mach-omap1/devices.c
index
07becfb
..
c3d0499
100644
(file)
--- a/
arch/arm/mach-omap1/devices.c
+++ b/
arch/arm/mach-omap1/devices.c
@@
-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);