diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-26 20:34:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-26 20:34:04 +0000 |
commit | 7e3471596909992be5f7747e1b0f148ad84a1cb6 (patch) | |
tree | 14e55db79eace92a77a635266989487a002038e7 /sys/arch/arm/footbridge/isa/dsrtc.c | |
parent | 9028b9fed47edd9a2a05e735bec060c0bf854f62 (diff) |
<machine/rtc.h> is really only footbridge-specific, so, after pruning it from
dead meat, move the remainding definition to footbridge todclockvar where
it belongs, and get rid of the installed header file.
No change on Zaurus (besides the include removal), no functional change on cats.
Diffstat (limited to 'sys/arch/arm/footbridge/isa/dsrtc.c')
-rw-r--r-- | sys/arch/arm/footbridge/isa/dsrtc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/footbridge/isa/dsrtc.c b/sys/arch/arm/footbridge/isa/dsrtc.c index abd0b068209..46531d4ddd3 100644 --- a/sys/arch/arm/footbridge/isa/dsrtc.c +++ b/sys/arch/arm/footbridge/isa/dsrtc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsrtc.c,v 1.2 2004/05/19 03:17:07 drahn Exp $ */ +/* $OpenBSD: dsrtc.c,v 1.3 2006/05/26 20:34:03 miod Exp $ */ /* $NetBSD: dsrtc.c,v 1.5 2003/03/23 14:12:26 chris Exp $ */ /* @@ -43,8 +43,6 @@ #include <sys/conf.h> #include <sys/device.h> -#include <machine/rtc.h> - #include <arm/footbridge/todclockvar.h> #include <arm/footbridge/isa/ds1687reg.h> |