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:
99ae515
)
ARM: OMAP: Comment out omap_init_i2c
author
Tony Lindgren
<tony@atomide.com>
Tue, 26 Jul 2005 12:45:28 +0000
(
05:45
-0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 26 Jul 2005 12:45:28 +0000
(
05:45
-0700)
Fixed compile as omap_init_i2c() is still missing.
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
4cdb51c
..
0f61527
100644
(file)
--- a/
arch/arm/mach-omap1/devices.c
+++ b/
arch/arm/mach-omap1/devices.c
@@
-287,7
+287,7
@@
static inline void omap_init_wdt(void) {}
*/
static int __init omap_init_devices(void)
{
- omap_init_i2c();
+
//
omap_init_i2c();
omap_init_irda();
omap_init_mmc();
omap_init_rtc();