Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc Missed another one: #include <sys/bus.h...



details:   https://anonhg.NetBSD.org/src/rev/b3e05d9dbcf5
branches:  trunk
changeset: 767004:b3e05d9dbcf5
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Jul 06 20:47:05 2011 +0000

description:
Missed another one: #include <sys/bus.h> instead of <machine/bus.h>.

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a19c08c25737 -r b3e05d9dbcf5 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Wed Jul 06 20:44:47 2011 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Wed Jul 06 20:47:05 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.240 2011/01/14 02:06:31 rmind Exp $ */
+/*     $NetBSD: autoconf.c,v 1.241 2011/07/06 20:47:05 dyoung Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.240 2011/01/14 02:06:31 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.241 2011/07/06 20:47:05 dyoung Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -84,7 +84,7 @@
 #include <uvm/uvm_extern.h>
 
 #include <machine/pcb.h>
-#include <machine/bus.h>
+#include <sys/bus.h>
 #include <machine/promlib.h>
 #include <machine/autoconf.h>
 #include <machine/bootinfo.h>



Home | Main Index | Thread Index | Old Index