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:
f4989ed
)
ARM: OMAP: twl4030: make power_companion_init static
author
Kevin Hilman
<khilman@mvista.com>
Tue, 31 Jul 2007 18:18:37 +0000
(11:18 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 10 Aug 2007 09:31:17 +0000
(
02:31
-0700)
This is not used outside twl4030, make it static.
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030_core.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/chips/twl4030_core.c
b/drivers/i2c/chips/twl4030_core.c
index
8007847
..
991ebf4
100644
(file)
--- a/
drivers/i2c/chips/twl4030_core.c
+++ b/
drivers/i2c/chips/twl4030_core.c
@@
-669,7
+669,7
@@
static int unprotect_pm_master(void)
return e;
}
-int power_companion_init(void)
+
static
int power_companion_init(void)
{
struct clk *osc;
u32 rate, ctrl = HFCLK_FREQ_26_MHZ;