mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
[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>
This commit is contained in:
parent
ec0bf39a47
commit
5340be5909
1 changed files with 1 additions and 0 deletions
1
include/asm-m68knommu/rtc.h
Normal file
1
include/asm-m68knommu/rtc.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <asm-m68k/rtc.h>
|
Loading…
Reference in a new issue