ARM: OMAP: twl4030: make power_companion_init static
authorKevin Hilman <khilman@mvista.com>
Tue, 31 Jul 2007 18:18:37 +0000 (11:18 -0700)
committerTony 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

index 8007847..991ebf4 100644 (file)
@@ -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;