From: Kevin Hilman Date: Tue, 31 Jul 2007 18:18:37 +0000 (-0700) Subject: ARM: OMAP: twl4030: make power_companion_init static X-Git-Tag: v2.6.23-omap1~268 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7455c6ff3a9e68e91949b5a19642bf7591d1467;p=linux-2.6-omap-h63xx.git ARM: OMAP: twl4030: make power_companion_init static This is not used outside twl4030, make it static. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/drivers/i2c/chips/twl4030_core.c b/drivers/i2c/chips/twl4030_core.c index 80078474b3d..991ebf40bd5 100644 --- 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;