OSDN Git Service

ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 21 Jan 2013 22:51:08 +0000 (14:51 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 21 Jan 2013 23:40:23 +0000 (15:40 -0800)
commit98713e401f5cfc2a6c7cdea71b8b71c462a195ce
treeccc564abdd80a5c2a0b694b4fb0320b8ee78d253
parent3a71c5c375e29fc9c1493b5ead1cf36572139c3e
ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/

Basically, the cpufreq driver for s3c2410 should be implemented into
drivers/cpufreq, but we don't need to keep the mach-s3c2410 directory.
So this patch moves current cpufreq driver into mach-s3c24xx/.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2410/Kconfig
arch/arm/mach-s3c2410/Makefile
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/cpufreq-s3c2410.c [moved from arch/arm/mach-s3c2410/cpu-freq.c with 98% similarity]