diff options
author | Keith Packard <keithp@keithp.com> | 2008-06-23 22:03:33 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-06-23 22:03:33 -0700 |
commit | 472981a4a952e551a581e5296a575a51d4f02e3d (patch) | |
tree | 8f4b395154c90caea239e4be0b625805c3266fb4 /linux-core | |
parent | 020a59e46ca1d89c98a3e309b6e5571354115133 (diff) |
[intel-gem] Include drm_compat.h to get kmap_atomic_prot_pfn
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/i915_gem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i915_gem.c b/linux-core/i915_gem.c index 16a1b07e..8fd2b8a6 100644 --- a/linux-core/i915_gem.c +++ b/linux-core/i915_gem.c @@ -27,6 +27,7 @@ #include "drmP.h" #include "drm.h" +#include "drm_compat.h" #include "i915_drm.h" #include "i915_drv.h" |