Skip to content

Commit

Permalink
[PATCH] m68knommu: create rtc.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Dec 6, 2006
1 parent ec0bf39 commit 5340be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-m68knommu/rtc.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <asm-m68k/rtc.h>

0 comments on commit 5340be5

Please sign in to comment.