diff options
author | Keith Packard <keithp@keithp.com> | 2008-06-23 22:03:33 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-06-24 09:52:43 -0700 |
commit | 2c6feb7a5a3fe60ed3961bc133ad5d6e63b8196a (patch) | |
tree | 9a0bc3d2a3981e3ca852d79549b71fc988323106 | |
parent | c0043155ad7199835d631e3daed5c641642c314e (diff) |
[intel-gem] Include drm_compat.h to get kmap_atomic_prot_pfn
-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" |