ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.h
authorTero Kristo <t-kristo@ti.com>
Mon, 27 Oct 2014 15:39:25 +0000 (08:39 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Oct 2014 15:39:25 +0000 (08:39 -0700)
cminst44xx.h will be removed, thus move the public APIs to cm44xx.h header.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cm44xx.h
arch/arm/mach-omap2/cminst44xx.h
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/omap_hwmod.c

index 3380beeace6e2173db2e06017bceb1457999eaf4..728d06a4af198f16cd5afab63ecccb752c68936f 100644 (file)
@@ -23,4 +23,7 @@
 #define OMAP4_CM_CLKSTCTRL                             0x0000
 #define OMAP4_CM_STATICDEP                             0x0004
 
+void omap_cm_base_init(void);
+int omap4_cm_init(void);
+
 #endif
index ffbd7219bb81c394dba5cd09bee15d18ef851600..3ef3bf615078d15bd043c7ab30d7032652aae7ad 100644 (file)
@@ -26,7 +26,4 @@ u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst,
 extern u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx,
                                           u32 mask);
 
-extern void omap_cm_base_init(void);
-int omap4_cm_init(void);
-
 #endif
index 55380bb89a5448eb8a41038977b0f56d153e5d88..4fc838354e313cf7ce2ac828746c0031e9102ef0 100644 (file)
 #include "cm2xxx.h"
 #include "cm3xxx.h"
 #include "cm33xx.h"
+#include "cm44xx.h"
 #include "prm.h"
 #include "cm.h"
 #include "prcm_mpu44xx.h"
 #include "prminst44xx.h"
-#include "cminst44xx.h"
 #include "prm2xxx.h"
 #include "prm3xxx.h"
 #include "prm33xx.h"
index 48f0d4d29c1b97c10aeee445fd281f022bacc6f1..e8098ca28dc59f0fbd257533d22d68a63b6c7a09 100644 (file)
 #include "powerdomain.h"
 #include "cm2xxx.h"
 #include "cm3xxx.h"
-#include "cminst44xx.h"
 #include "cm33xx.h"
 #include "prm.h"
 #include "prm3xxx.h"
This page took 0.026993 seconds and 5 git commands to generate.