diff options
| author | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
| commit | a2a3828545f06ae25986dcfcd3831f7308c09784 (patch) | |
| tree | 1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/drm | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/drm')
| -rw-r--r-- | sys/dev/drm/drmP.h | 2 |
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 |
