summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/omap4-silicon.h
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2012-03-06 15:26:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-03-07 09:55:45 +0100
commitf3ef74832a37bf4e3b788ea60753bab726041f41 (patch)
treede77abfc096d942784115dc9dfba47d332218e16 /arch/arm/mach-omap/include/mach/omap4-silicon.h
parent89c670c9450002a4f7b73bf64d643b3c6d4498ba (diff)
downloadbarebox-f3ef74832a37bf4e3b788ea60753bab726041f41.tar.gz
barebox-f3ef74832a37bf4e3b788ea60753bab726041f41.tar.xz
omap: move scale_vcores to omap4_generic
scale_vcores is used by two boards. Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/include/mach/omap4-silicon.h')
-rw-r--r--arch/arm/mach-omap/include/mach/omap4-silicon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/include/mach/omap4-silicon.h b/arch/arm/mach-omap/include/mach/omap4-silicon.h
index db0dfdff3a..f8d3396f42 100644
--- a/arch/arm/mach-omap/include/mach/omap4-silicon.h
+++ b/arch/arm/mach-omap/include/mach/omap4-silicon.h
@@ -175,5 +175,6 @@ struct dpll_param;
void omap4_ddr_init(const struct ddr_regs *, const struct dpll_param *);
void omap4_power_i2c_send(u32);
unsigned int omap4_revision(void);
+noinline int omap4_scale_vcores(void);
#endif