diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-12-06 11:35:16 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-06 07:41:26 -0800 |
commit | 5340be59093d59826f4477a5f9991c762e4417e8 (patch) | |
tree | cf6428281d7e34d265e465f0f05ea4ee7fa7d880 /include/asm-m68knommu | |
parent | ec0bf39a471bf6fcd01def2bd677128cea940b73 (diff) | |
download | linux-3.10-5340be59093d59826f4477a5f9991c762e4417e8.tar.gz linux-3.10-5340be59093d59826f4477a5f9991c762e4417e8.tar.bz2 linux-3.10-5340be59093d59826f4477a5f9991c762e4417e8.zip |
[PATCH] m68knommu: create rtc.h
This adds support for RTCs (through genrtc) for M68KNOMMU.
Board-specific code will have to link the appropriate RTC driver to the
mach_hwclk callback, at minimum.
Signed-off-by: Gavin Lambert <gavinl@compacsort.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r-- | include/asm-m68knommu/rtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68knommu/rtc.h b/include/asm-m68knommu/rtc.h new file mode 100644 index 00000000000..eaf18ec83c8 --- /dev/null +++ b/include/asm-m68knommu/rtc.h @@ -0,0 +1 @@ +#include <asm-m68k/rtc.h> |