]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs
authorKukjin Kim <kgene.kim@samsung.com>
Fri, 9 Mar 2012 21:51:24 +0000 (13:51 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 11 Mar 2012 06:28:09 +0000 (22:28 -0800)
commitce9c00eea187f0c54971caec477f721c2dc5cd3d
treeb32da3e2047b59bdc4f069baffffa007336caca2
parentc15a04338b5a6d4305d107a5b6c0cd43418b7f3e
ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs

This patch changes the name of clock.c to clock-exynos4.c for other
EXYNOS series such as EXYNOS5. And since the header file of clock
is used only in arch/arm/mach-exynos, moves it in the local directory.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/clock-exynos4.c [new file with mode: 0644]
arch/arm/mach-exynos/clock-exynos4.h [new file with mode: 0644]
arch/arm/mach-exynos/clock-exynos4210.c
arch/arm/mach-exynos/clock-exynos4212.c
arch/arm/mach-exynos/clock.c [deleted file]
arch/arm/mach-exynos/include/mach/exynos4-clock.h [deleted file]