[PATCH] m68knommu: create rtc.h
authorGreg Ungerer <gerg@snapgear.com>
Wed, 6 Dec 2006 01:35:16 +0000 (11:35 +1000)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 6 Dec 2006 15:41:26 +0000 (07:41 -0800)
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>
include/asm-m68knommu/rtc.h [new file with mode: 0644]

diff --git a/include/asm-m68knommu/rtc.h b/include/asm-m68knommu/rtc.h
new file mode 100644 (file)
index 0000000..eaf18ec
--- /dev/null
@@ -0,0 +1 @@
+#include <asm-m68k/rtc.h>