diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-11-21 18:15:16 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-21 18:15:16 -0500 |
commit | 63a293e0005eb86c76657256737a931add8acbdc (patch) | |
tree | 121dd5100883538a32f00f24923828e5a3d42a04 /arch/arm/mach-omap2/prm2xxx.h | |
parent | 558a0780b0a04862a678f7823215424b4e5501f9 (diff) |
ARM: OMAP2+: PRM: initialize some PRM functions early
Some PRM functions will need to be called by the hwmod code early in
kernel init. To handle this, split the PRM initialization code into
early and late phases. The early init is handled via mach-omap2/io.c,
while the late init is handled by subsys_initcall().
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm2xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/prm2xxx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prm2xxx.h b/arch/arm/mach-omap2/prm2xxx.h index fe8a14f190ab..3194dd87e0e4 100644 --- a/arch/arm/mach-omap2/prm2xxx.h +++ b/arch/arm/mach-omap2/prm2xxx.h | |||
@@ -126,8 +126,7 @@ extern int omap2xxx_clkdm_wakeup(struct clockdomain *clkdm); | |||
126 | 126 | ||
127 | extern void omap2xxx_prm_dpll_reset(void); | 127 | extern void omap2xxx_prm_dpll_reset(void); |
128 | 128 | ||
129 | extern int __init prm2xxx_init(void); | 129 | extern int __init omap2xxx_prm_init(void); |
130 | extern int __exit prm2xxx_exit(void); | ||
131 | 130 | ||
132 | #endif | 131 | #endif |
133 | 132 | ||