diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-11 13:00:04 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:09:33 +0000 |
commit | c735c9873d0c2f269fd16f4b04903da41a44cbcf (patch) | |
tree | c06f2fb2d072bd1ee35abf88c56fd838b92ed840 /arch/arm/mach-integrator/common.h | |
parent | 0fb44b910f6873c49066e8d0bf681a058fc01b67 (diff) |
ARM: integrator: use new init_early for clock tree init
Initialize the clock tree early.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/common.h')
-rw-r--r-- | arch/arm/mach-integrator/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index 5f96e1518aa..a08f9b0299d 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -1 +1,2 @@ +void integrator_init_early(void); void integrator_reserve(void); |