diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-28 05:14:23 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:58 -0500 |
commit | c019fd8839503a91c556ae68d773e3bbb9b476e1 (patch) | |
tree | 79a32fc7436c5eb0d94c9aeb91617b8698ffd89f /include/asm-sh/rtc.h | |
parent | 3ee7702903c346fc814bd7540ba37eebef75054d (diff) |
rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
With all of the different CPU types this was getting a but unwieldly.
Since sh64 is now integrated, we don't have to worry about multiple
architectures caring about the header definitions.
Split out the defs for each asm/cpu/ to make rtc-sh slightly less
visually offensive.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/rtc.h')
-rw-r--r-- | include/asm-sh/rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/rtc.h b/include/asm-sh/rtc.h index 858da99d37e0..ec45ba8e11d9 100644 --- a/include/asm-sh/rtc.h +++ b/include/asm-sh/rtc.h | |||
@@ -11,4 +11,6 @@ struct sh_rtc_platform_info { | |||
11 | unsigned long capabilities; | 11 | unsigned long capabilities; |
12 | }; | 12 | }; |
13 | 13 | ||
14 | #include <asm/cpu/rtc.h> | ||
15 | |||
14 | #endif /* _ASM_RTC_H */ | 16 | #endif /* _ASM_RTC_H */ |