From: Greg Ungerer Date: Wed, 6 Dec 2006 01:35:16 +0000 (+1000) Subject: [PATCH] m68knommu: create rtc.h X-Git-Tag: firefly_0821_release~31904^2~20^2~40 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5340be59093d59826f4477a5f9991c762e4417e8;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- 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