rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 28 Nov 2007 10:14:23 +0000 (19:14 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:58 +0000 (13:18 +0900)
commitc019fd8839503a91c556ae68d773e3bbb9b476e1
tree79a32fc7436c5eb0d94c9aeb91617b8698ffd89f
parent3ee7702903c346fc814bd7540ba37eebef75054d
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>
drivers/rtc/rtc-sh.c
include/asm-sh/cpu-sh2/rtc.h [new file with mode: 0644]
include/asm-sh/cpu-sh2a/rtc.h [new file with mode: 0644]
include/asm-sh/cpu-sh3/rtc.h [new file with mode: 0644]
include/asm-sh/cpu-sh4/rtc.h [new file with mode: 0644]
include/asm-sh/cpu-sh5/rtc.h [new file with mode: 0644]
include/asm-sh/rtc.h