diff options
author | Ben Dooks <ben@fluff.org> | 2007-07-31 03:37:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:36 -0400 |
commit | 252e48389ed30d7c77385fb92fca765a680de408 (patch) | |
tree | 364c8848dfeff76826eef600f4f65cbf2b50e642 /drivers/rtc/rtc-s3c.c | |
parent | a512cd5dfecd16bb4f881fede459ce5c7c3012a4 (diff) |
s3c2410: fixup after arch moves
Fixup the changes from moving around the arch support for s3c24xx based
systems.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-s3c.c')
-rw-r--r-- | drivers/rtc/rtc-s3c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index 54b613053468..8c1012b432bb 100644 --- a/drivers/rtc/rtc-s3c.c +++ b/drivers/rtc/rtc-s3c.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | #include <asm/mach/time.h> | 30 | #include <asm/mach/time.h> |
31 | 31 | ||
32 | #include <asm/arch/regs-rtc.h> | 32 | #include <asm/plat-s3c/regs-rtc.h> |
33 | 33 | ||
34 | /* I have yet to find an S3C implementation with more than one | 34 | /* I have yet to find an S3C implementation with more than one |
35 | * of these rtc blocks in */ | 35 | * of these rtc blocks in */ |