diff options
author | Greg Ungerer | 2006-12-06 02:35:16 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-12-06 16:41:26 +0100 |
commit | 5340be59093d59826f4477a5f9991c762e4417e8 (patch) | |
tree | cf6428281d7e34d265e465f0f05ea4ee7fa7d880 /include/asm-m68knommu | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 (diff) | |
download | kernel-qcow2-linux-5340be59093d59826f4477a5f9991c762e4417e8.tar.gz kernel-qcow2-linux-5340be59093d59826f4477a5f9991c762e4417e8.tar.xz kernel-qcow2-linux-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 000000000000..eaf18ec83c8e --- /dev/null +++ b/include/asm-m68knommu/rtc.h @@ -0,0 +1 @@ +#include <asm-m68k/rtc.h> |