diff options
Diffstat (limited to 'arch/arm/mach-s3c2443')
-rw-r--r-- | arch/arm/mach-s3c2443/clock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/clock.c b/arch/arm/mach-s3c2443/clock.c index 363f39608783..fdd4ec335a77 100644 --- a/arch/arm/mach-s3c2443/clock.c +++ b/arch/arm/mach-s3c2443/clock.c | |||
@@ -1107,4 +1107,6 @@ void __init s3c2443_init_clocks(int xtal) | |||
1107 | 1107 | ||
1108 | (clkp->enable)(clkp, 0); | 1108 | (clkp->enable)(clkp, 0); |
1109 | } | 1109 | } |
1110 | |||
1111 | s3c_pwmclk_init(); | ||
1110 | } | 1112 | } |