diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/clock.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/clock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/clock.c b/arch/arm/plat-s3c64xx/clock.c index 523da0cb55c5..5a1e97e1f8f6 100644 --- a/arch/arm/plat-s3c64xx/clock.c +++ b/arch/arm/plat-s3c64xx/clock.c | |||
@@ -277,4 +277,6 @@ void s3c64xx_register_clocks(void) | |||
277 | 277 | ||
278 | (clkp->enable)(clkp, 0); | 278 | (clkp->enable)(clkp, 0); |
279 | } | 279 | } |
280 | |||
281 | s3c_pwmclk_init(); | ||
280 | } | 282 | } |