Skip to content

Commit

Permalink
[ARM] S3C: Move regs-rtc.h to arch/arm/plat-s3c/include/plat
Browse files Browse the repository at this point in the history
Move regs-rtc.h to arch/arm/plat-s3c/include/plat ready
to clean out old include directories.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent 9498cb7 commit e2cd00c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/plat-s3c/regs-rtc.h>
#include <plat/regs-rtc.h>

/* I have yet to find an S3C implementation with more than one
* of these rtc blocks in */
Expand Down

0 comments on commit e2cd00c

Please sign in to comment.