summaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer2006-12-06 02:35:16 +0100
committerLinus Torvalds2006-12-06 16:41:26 +0100
commit5340be59093d59826f4477a5f9991c762e4417e8 (patch)
treecf6428281d7e34d265e465f0f05ea4ee7fa7d880 /include/asm-m68knommu
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 (diff)
downloadkernel-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.h1
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>