Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  1 21:01:30 UTC 2011

Modified Files:
        src/sys/arch/powerpc/include: isa_machdep.h

Log Message:
#include <sys/bus.h> instead of <machine/bus.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/include/isa_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/include/isa_machdep.h
diff -u src/sys/arch/powerpc/include/isa_machdep.h:1.7 src/sys/arch/powerpc/include/isa_machdep.h:1.8
--- src/sys/arch/powerpc/include/isa_machdep.h:1.7	Fri Jun 17 19:03:00 2011
+++ src/sys/arch/powerpc/include/isa_machdep.h	Fri Jul  1 21:01:30 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.7 2011/06/17 19:03:00 matt Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.8 2011/07/01 21:01:30 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
 #ifndef _POWERPC_ISA_MACHDEP_H_
 #define _POWERPC_ISA_MACHDEP_H_
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 #include <dev/isa/isadmavar.h>
 
 /*

Reply via email to