aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/cm44xx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-11-06 14:39:40 +0200
committerTero Kristo <t-kristo@ti.com>2015-03-25 11:03:42 +0200
commit66db6428d5dccac9f38d92d521a9b3de8d9d0b0b (patch)
tree2da0d209927535d0818ec30de8cf8663136e69a9 /arch/arm/mach-omap2/cm44xx.h
parentARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver (diff)
downloadlinux-dev-66db6428d5dccac9f38d92d521a9b3de8d9d0b0b.tar.xz
linux-dev-66db6428d5dccac9f38d92d521a9b3de8d9d0b0b.zip
ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver
There is no need to call this separately from io.c, rather this can be done commonly under the CM driver. Also, this patch makes the API static, as it is no longer used outside the driver file. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm44xx.h')
-rw-r--r--arch/arm/mach-omap2/cm44xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/cm44xx.h b/arch/arm/mach-omap2/cm44xx.h
index 728d06a4af19..ad6e263c5a6b 100644
--- a/arch/arm/mach-omap2/cm44xx.h
+++ b/arch/arm/mach-omap2/cm44xx.h
@@ -23,7 +23,6 @@
#define OMAP4_CM_CLKSTCTRL 0x0000
#define OMAP4_CM_STATICDEP 0x0004
-void omap_cm_base_init(void);
int omap4_cm_init(void);
#endif