summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-09-07 08:42:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-09-07 08:42:26 +0100
commit0c697aee9b3767be7d1e04e4e4f9d304f23b188a (patch)
treec509ab88dcb1ce9a44b6a94641ffe985b6030f37 /src/intel_driver.h
parentea30967245707ca4825de154e589a83dc605dae0 (diff)
Revert "sna: Add XMir support"
This reverts commit 42d94356f65972eb7fb8991234a4e9388c4c2031. Ordered-by: The Management.
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index 0c5e4aec..e54054fe 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -1,8 +1,6 @@
#ifndef INTEL_DRIVER_H
#define INTEL_DRIVER_H
-#include "intel_xmir.h"
-
#define INTEL_VERSION 4000
#define INTEL_NAME "intel"
#define INTEL_DRIVER_NAME "intel"
@@ -131,6 +129,6 @@ void intel_put_device(ScrnInfoPtr scrn);
void __intel_uxa_release_device(ScrnInfoPtr scrn);
-#define hosted() (xorgMir)
+#define hosted() (0)
#endif /* INTEL_DRIVER_H */