[PATCH] m68knommu: create rtc.h
authorGreg Ungerer <[email protected]>
Wed, 6 Dec 2006 01:35:16 +0000 (11:35 +1000)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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>