Module Name: src
Committed By: dyoung
Date: Fri Apr 16 18:58:39 UTC 2010
Modified Files:
src/sys/dev/ic: pcf8584.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.8 -r1.9 src/sys/dev/ic/pcf8584.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/pcf8584.c
diff -u src/sys/dev/ic/pcf8584.c:1.8 src/sys/dev/ic/pcf8584.c:1.9
--- src/sys/dev/ic/pcf8584.c:1.8 Wed Mar 31 21:01:03 2010
+++ src/sys/dev/ic/pcf8584.c Fri Apr 16 18:58:39 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pcf8584.c,v 1.8 2010/03/31 21:01:03 macallan Exp $ */
+/* $NetBSD: pcf8584.c,v 1.9 2010/04/16 18:58:39 dyoung Exp $ */
/* $OpenBSD: pcf8584.c,v 1.9 2007/10/20 18:46:21 kettenis Exp $ */
/*
@@ -24,8 +24,7 @@
#include <sys/kernel.h>
#include <sys/rwlock.h>
#include <sys/proc.h>
-
-#include <machine/bus.h>
+#include <sys/bus.h>
#include <dev/i2c/i2cvar.h>