aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-ep93xx/platform.h
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-06-24 10:33:02 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 10:33:02 +0100
commit1d81eedb8f6c13c262a70b8167530ec24b09c0ff (patch)
tree12b1231f90127b117cdd88c8240c002e57460c3e /include/asm-arm/arch-ep93xx/platform.h
parent[PATCH] fix typo in acpi video brightness changes. (diff)
downloadlinux-dev-1d81eedb8f6c13c262a70b8167530ec24b09c0ff.tar.xz
linux-dev-1d81eedb8f6c13c262a70b8167530ec24b09c0ff.zip
[ARM] 3634/1: ep93xx: initial implementation of the clk_* API
Patch from Lennert Buytenhek Add an initial implementation of the clk_* API for the cirrus ep93xx to the tree. The initial implementation is somewhat minimal, with the intention of extending it as we go along. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-ep93xx/platform.h')
-rw-r--r--include/asm-arm/arch-ep93xx/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ep93xx/platform.h b/include/asm-arm/arch-ep93xx/platform.h
index df9cbb6ef660..d7a34ce20293 100644
--- a/include/asm-arm/arch-ep93xx/platform.h
+++ b/include/asm-arm/arch-ep93xx/platform.h
@@ -8,6 +8,7 @@ void ep93xx_map_io(void);
void ep93xx_init_irq(void);
void ep93xx_init_time(unsigned long);
void ep93xx_init_devices(void);
+void ep93xx_clock_init(void);
extern struct sys_timer ep93xx_timer;