Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 use <dev/ebus/ebusreg.h>



details:   https://anonhg.NetBSD.org/src/rev/0e3b3580ec8d
branches:  trunk
changeset: 516368:0e3b3580ec8d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 22 08:00:12 2001 +0000

description:
use <dev/ebus/ebusreg.h>

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92fc08a9ab77 -r 0e3b3580ec8d sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Mon Oct 22 07:31:41 2001 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Mon Oct 22 08:00:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.43 2001/10/02 04:06:26 eeh Exp $ */
+/*     $NetBSD: clock.c,v 1.44 2001/10/22 08:00:12 mrg Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -90,7 +90,7 @@
 #include <sparc64/dev/iommureg.h>
 #include <sparc64/dev/sbusreg.h>
 #include <dev/sbus/sbusvar.h>
-#include <sparc64/dev/ebusreg.h>
+#include <dev/ebus/ebusreg.h>
 #include <sparc64/dev/ebusvar.h>
 
 extern u_int64_t cpu_clockrate;



Home | Main Index | Thread Index | Old Index