Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/sa11x0 Make hpcarm compile again after movem...



details:   https://anonhg.NetBSD.org/src/rev/cff11b21b65a
branches:  trunk
changeset: 504200:cff11b21b65a
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Feb 24 20:13:59 2001 +0000

description:
Make hpcarm compile again after movement of mainbus code

diffstat:

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

diffs (18 lines):

diff -r 832ff78996b1 -r cff11b21b65a sys/arch/hpcarm/sa11x0/sa11x0.c
--- a/sys/arch/hpcarm/sa11x0/sa11x0.c   Sat Feb 24 20:13:53 2001 +0000
+++ b/sys/arch/hpcarm/sa11x0/sa11x0.c   Sat Feb 24 20:13:59 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11x0.c,v 1.3 2001/02/24 12:43:52 toshii Exp $        */
+/*     $NetBSD: sa11x0.c,v 1.4 2001/02/24 20:13:59 reinoud Exp $       */
 
 /*-
  * Copyright (c) 2001, The NetBSD Foundation, Inc.  All rights reserved.
@@ -64,7 +64,7 @@
 #include <machine/cpu.h>
 #include <machine/bus.h>
 
-#include <hpcarm/mainbus/mainbus.h>
+#include <arm/mainbus/mainbus.h>
 #include <hpcarm/sa11x0/sa11x0_reg.h>
 #include <hpcarm/sa11x0/sa11x0_var.h>
 



Home | Main Index | Thread Index | Old Index