Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  1 18:36:15 UTC 2011

Modified Files:
        src/sys/external/bsd/drm/dist/bsd-core: drmP.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm/dist/bsd-core/drmP.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/external/bsd/drm/dist/bsd-core/drmP.h
diff -u src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.22 src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.23
--- src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.22	Thu Jun  9 14:47:15 2011
+++ src/sys/external/bsd/drm/dist/bsd-core/drmP.h	Fri Jul  1 18:36:15 2011
@@ -74,7 +74,7 @@
 #include <machine/param.h>
 #endif
 #include <machine/pmap.h>
-#include <machine/bus.h>
+#include <sys/bus.h>
 #if defined(__i386__) || defined(__x86_64__)
 #include <machine/specialreg.h>
 #include <machine/sysarch.h>

Reply via email to