]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-s3c24xx/clock-s3c2443.c
ARM: SAMSUNG: Remove pwm-clock infrastructure
[karo-tx-linux.git] / arch / arm / mach-s3c24xx / clock-s3c2443.c
index 0a53051b078721ea6635677e6b36381e98b182c2..76cd31f7804e45e35d01c6c9f191fc06051c9d07 100644 (file)
@@ -209,6 +209,4 @@ void __init s3c2443_init_clocks(int xtal)
        s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off));
        s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off));
        clkdev_add_table(s3c2443_clk_lookup, ARRAY_SIZE(s3c2443_clk_lookup));
-
-       s3c_pwmclk_init();
 }