summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/clock.c
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
committerasami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
commitbbb6994e507486b942d268c5f28330727a4d2e49 (patch)
tree25143600bc63d63f429c367f5868528bf984e44a /sys/pc98/cbus/clock.c
parentf8bde85e2062bc43410f42137dd79e2359fc78c1 (diff)
downloadFreeBSD-src-bbb6994e507486b942d268c5f28330727a4d2e49.zip
FreeBSD-src-bbb6994e507486b942d268c5f28330727a4d2e49.tar.gz
Second phase of merge, get rid of more machine-independent-dependencies.
Get rid of pc98/pc98/pc98_device.h. Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/pc98/cbus/clock.c')
-rw-r--r--sys/pc98/cbus/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 166ba2a..b9547fd 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.2 1996/07/23 07:46:07 asami Exp $
+ * $Id: clock.c,v 1.3 1996/08/30 10:42:58 asami Exp $
*/
/*
@@ -46,7 +46,7 @@
/*
* modified for PC98
- * $Id: clock.c,v 1.2 1996/07/23 07:46:07 asami Exp $
+ * $Id: clock.c,v 1.3 1996/08/30 10:42:58 asami Exp $
*/
/*
@@ -72,7 +72,7 @@
#include <sys/syslog.h>
#include <pc98/pc98/icu.h>
#include <pc98/pc98/pc98.h>
-#include <pc98/pc98/pc98_device.h>
+#include <i386/isa/isa_device.h>
#include <pc98/pc98/timerreg.h>
#else
#include <i386/isa/icu.h>
OpenPOWER on IntegriCloud