Skip to content

Commit

Permalink
ARM: S3C24XX: remove legacy clock code
Browse files Browse the repository at this point in the history
With the move to the common clock framework completed for s3c2410, s3c2440
and s3c2442, the legacy clock code for these machines can go away too.

This also includes the legacy dclk code, as all legacy users are converted.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed May 12, 2014
1 parent 07ee5e7 commit defd9da
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,122 deletions.
11 changes: 0 additions & 11 deletions arch/arm/mach-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,6 @@ config CPU_S3C2443

# common code

config S3C2410_CLOCK
bool
help
Clock code for the S3C2410, and similar processors which
is currently includes the S3C2410, S3C2440, S3C2442.

config S3C24XX_DCLK
bool
help
Clock code for supporting DCLK/CLKOUT on S3C24XX architectures

config S3C24XX_SMDK
bool
help
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ obj-$(CONFIG_PM) += pm.o irq-pm.o sleep.o

# common code

obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
obj-$(CONFIG_S3C24XX_DMA) += dma.o

obj-$(CONFIG_S3C2410_CLOCK) += clock-s3c2410.o
obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += cpufreq-utils.o

obj-$(CONFIG_S3C2410_IOTIMING) += iotiming-s3c2410.o
Expand Down
195 changes: 0 additions & 195 deletions arch/arm/mach-s3c24xx/clock-dclk.c

This file was deleted.

Loading

0 comments on commit defd9da

Please sign in to comment.