summaryrefslogtreecommitdiff
path: root/src/compat-api.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-01 07:57:27 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-01 08:00:20 +0100
commitb617f80ca5d386c1c248bab64276a9f283173a21 (patch)
tree41bd08651ba667deb1154fd9161922c1e58d53bd /src/compat-api.h
parent7337f558d8bae26e626305fc478d070368bd86cd (diff)
downloadxorg-driver-xf86-video-intel-b617f80ca5d386c1c248bab64276a9f283173a21.tar.gz
compat: Another day, another ABI change for OsBlockSGIO
Now OsBlockSGIO/OsReleaseSGIO are back in the headers, but we include compat-api.h too early so we do not remove them. Instead, move the avoidance inline. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/compat-api.h')
-rw-r--r--src/compat-api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compat-api.h b/src/compat-api.h
index 371ece9e..64e3736c 100644
--- a/src/compat-api.h
+++ b/src/compat-api.h
@@ -30,7 +30,6 @@
#include <xorg-server.h>
#include <xorgVersion.h>
-#include <xf86Module.h>
#include <picturestr.h>
#ifndef GLYPH_HAS_GLYPH_PICTURE_ACCESSOR
@@ -251,9 +250,4 @@ static inline void FreePixmap(PixmapPtr pixmap)
#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
#endif
-#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(22, 0)
-#define OsBlockSIGIO()
-#define OsReleaseSIGIO()
-#endif
-
#endif