summaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
committerad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
commita2a3828545f06ae25986dcfcd3831f7308c09784 (patch)
tree1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/drm
parent1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index 445726f470f..c99ed3e40e5 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -84,7 +84,7 @@ typedef struct drm_file drm_file_t;
#include <machine/resource.h>
#endif
#include <machine/param.h>
-#include <machine/bus.h>
+#include <sys/bus.h>
#if !defined(DRM_NO_MTRR)
#include <machine/sysarch.h>
#endif