]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S3C24XX: Move rtc-core.h from plat to mach
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 15 Feb 2014 00:24:29 +0000 (09:24 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 15 Feb 2014 00:24:29 +0000 (09:24 +0900)
commit9406f0f07b1cdbde2fd605ef7ea2f7ed393f704c
treebf3a82cd3e77c91b3bb327da1235269ccaf84194
parent2e193aabee2d5d61575fc42c2a9af6f9a5b158ae
ARM: S3C24XX: Move rtc-core.h from plat to mach

plat/rtc-core.h is only referenced from mach-s3c24xx. Hence
move it there to de-populate the plat directory. While at it
also do some cleanup of the header file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/include/mach/rtc-core.h [new file with mode: 0644]
arch/arm/mach-s3c24xx/s3c2416.c
arch/arm/mach-s3c24xx/s3c2443.c
arch/arm/plat-samsung/include/plat/rtc-core.h [deleted file]