Module Name: src Committed By: dyoung Date: Fri Apr 16 18:59:51 UTC 2010
Modified Files: src/sys/dev/ic: bwi.c Log Message: #include <sys/bus.h> instead of <machine/bus.h>. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/bwi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/bwi.c diff -u src/sys/dev/ic/bwi.c:1.15 src/sys/dev/ic/bwi.c:1.16 --- src/sys/dev/ic/bwi.c:1.15 Mon Apr 5 07:19:33 2010 +++ src/sys/dev/ic/bwi.c Fri Apr 16 18:59:51 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: bwi.c,v 1.15 2010/04/05 07:19:33 joerg Exp $ */ +/* $NetBSD: bwi.c,v 1.16 2010/04/16 18:59:51 dyoung Exp $ */ /* $OpenBSD: bwi.c,v 1.74 2008/02/25 21:13:30 mglocker Exp $ */ /* @@ -48,7 +48,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.15 2010/04/05 07:19:33 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.16 2010/04/16 18:59:51 dyoung Exp $"); #include <sys/param.h> #include <sys/callout.h> @@ -60,8 +60,8 @@ #include <sys/sockio.h> #include <sys/sysctl.h> #include <sys/systm.h> +#include <sys/bus.h> -#include <machine/bus.h> #include <machine/endian.h> #include <dev/firmload.h>