diff options
author | Andy Green <andy@openmoko.com> | 2008-11-21 12:37:48 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-21 12:37:48 +0000 |
commit | a7e6827348e9e85466c9ab6488769bf862e9fd0b (patch) | |
tree | c61f9126a906a80bc4b0e4e259f8c39b904179de /arch/arm/plat-s3c/include | |
parent | 8ddc1622f93675a10de39e1f38a230e953bf2a04 (diff) |
MERGE-via-balaji-tracking-s3c64xx-clock-fixes
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/plat-s3c/include')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/clock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/clock.h b/arch/arm/plat-s3c/include/plat/clock.h index ea1f3ffa971..a10622eed43 100644 --- a/arch/arm/plat-s3c/include/plat/clock.h +++ b/arch/arm/plat-s3c/include/plat/clock.h @@ -81,3 +81,8 @@ extern void s3c2443_setup_clocks(void); /* S3C64XX specific functions and clocks */ extern int s3c64xx_sclk_ctrl(struct clk *clk, int enable); + +/* Init for pwm clock code */ + +extern void s3c_pwmclk_init(void); + |