aboutsummaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-06-23 22:03:33 -0700
committerKeith Packard <keithp@keithp.com>2008-06-24 09:52:43 -0700
commit2c6feb7a5a3fe60ed3961bc133ad5d6e63b8196a (patch)
tree9a0bc3d2a3981e3ca852d79549b71fc988323106 /linux-core
parentc0043155ad7199835d631e3daed5c641642c314e (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.c1
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"