summaryrefslogtreecommitdiff
path: root/ttm
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2014-02-18 13:24:09 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2014-02-18 14:33:47 +0100
commit0842b6b7303a072004a019c47f9f357225ba45e1 (patch)
treef262f8162f4e8c3b8542822ce94571a9fc5386ac /ttm
parent4f57da3c9c610fecb327569edfd438dbdcf080fb (diff)
vmwgfx/ttm: Add a compat include
This removes a symbol clash with the shipped TTM module. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'ttm')
-rw-r--r--ttm/ttm_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttm/ttm_object.c b/ttm/ttm_object.c
index 165ceef..0f48b01 100644
--- a/ttm/ttm_object.c
+++ b/ttm/ttm_object.c
@@ -63,6 +63,7 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <asm/atomic.h>
+#include "vmwgfx_compat.h"
struct ttm_object_file {
struct ttm_object_device *tdev;