rtc: s3c: make header file local
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2013 11:04:37 +0000 (12:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:51:25 +0000 (13:51 +0200)
commitb9d7c5d3f48fb9582458ce014baa66c1e16d9be6
tree660146f078a65463590d9b623d2a37bb263a6b29
parent93115b7fa8f4090ecbf247b29992a9454d4f9c22
rtc: s3c: make header file local

Nothing outside of the rtc driver includes plat/regs-rtc.h,
so we can simply move the file into the same directory,
which allows us to build the file as platform-independent
code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: rtc-linux@googlegroups.com
Cc: Alessandro Zummo <a.zummo@towertech.it>
drivers/rtc/rtc-s3c.c
drivers/rtc/rtc-s3c.h [moved from arch/arm/plat-samsung/include/plat/regs-rtc.h with 97% similarity]