aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-03 10:24:29 +0000
commit1225e2435d8ff7eb472f3f7c3c0af3302233ea71 (patch)
tree25143600bc63d63f429c367f5868528bf984e44a /sys/pc98/cbus/pcrtc.c
parent48bef337fc4706bb4f9147e4ab97cf92bba6bd16 (diff)
downloadsrc-1225e2435d8ff7eb472f3f7c3c0af3302233ea71.tar.gz
src-1225e2435d8ff7eb472f3f7c3c0af3302233ea71.zip
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
Notes
Notes: svn path=/head/; revision=18010
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 166ba2a0b0f1..b9547fd4cf3f 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.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>