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)
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>

No differences found