summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-06-23 22:03:33 -0700
committerKeith Packard <keithp@keithp.com>2008-06-23 22:03:33 -0700
commit472981a4a952e551a581e5296a575a51d4f02e3d (patch)
tree8f4b395154c90caea239e4be0b625805c3266fb4
parent020a59e46ca1d89c98a3e309b6e5571354115133 (diff)
[intel-gem] Include drm_compat.h to get kmap_atomic_prot_pfn
-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"