Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke/dev #include <sys/bus.h> not <machine...



details:   https://anonhg.NetBSD.org/src/rev/24e2f8a51cf0
branches:  trunk
changeset: 767386:24e2f8a51cf0
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jul 17 23:08:56 2011 +0000

description:
#include <sys/bus.h> not <machine/bus.h>.

diffstat:

 sys/arch/powerpc/booke/dev/pq3cfi.c     |  6 +++---
 sys/arch/powerpc/booke/dev/pq3nandfcm.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 4d0412eac339 -r 24e2f8a51cf0 sys/arch/powerpc/booke/dev/pq3cfi.c
--- a/sys/arch/powerpc/booke/dev/pq3cfi.c       Sun Jul 17 22:14:47 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3cfi.c       Sun Jul 17 23:08:56 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3cfi.c,v 1.1 2011/07/15 19:19:56 cliff Exp $ */
+/*     $NetBSD: pq3cfi.c,v 1.2 2011/07/17 23:08:56 dyoung Exp $        */
 
 /*
  * NOR CFI driver support for booke
@@ -8,7 +8,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pq3cfi.c,v 1.1 2011/07/15 19:19:56 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3cfi.c,v 1.2 2011/07/17 23:08:56 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -16,7 +16,7 @@
 #include <sys/device.h>
 #include <sys/endian.h>
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 
 #include <powerpc/booke/cpuvar.h>
 
diff -r 4d0412eac339 -r 24e2f8a51cf0 sys/arch/powerpc/booke/dev/pq3nandfcm.c
--- a/sys/arch/powerpc/booke/dev/pq3nandfcm.c   Sun Jul 17 22:14:47 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3nandfcm.c   Sun Jul 17 23:08:56 2011 +0000
@@ -32,14 +32,14 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pq3nandfcm.c,v 1.1 2011/06/30 04:44:26 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3nandfcm.c,v 1.2 2011/07/17 23:08:56 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
 #include <sys/cpu.h>
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 
 #include <powerpc/booke/cpuvar.h>
 #include <powerpc/booke/e500reg.h>



Home | Main Index | Thread Index | Old Index