Commit d7455c6f authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

ARM: OMAP: twl4030: make power_companion_init static

This is not used outside twl4030, make it static.
Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f4989ed1
...@@ -669,7 +669,7 @@ static int unprotect_pm_master(void) ...@@ -669,7 +669,7 @@ static int unprotect_pm_master(void)
return e; return e;
} }
int power_companion_init(void) static int power_companion_init(void)
{ {
struct clk *osc; struct clk *osc;
u32 rate, ctrl = HFCLK_FREQ_26_MHZ; u32 rate, ctrl = HFCLK_FREQ_26_MHZ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment