summaryrefslogtreecommitdiff
path: root/lib/drmtest.h
diff options
context:
space:
mode:
authorMicah Fedke <micah.fedke@collabora.co.uk>2015-07-22 20:32:06 +0000
committerThomas Wood <thomas.wood@intel.com>2015-09-11 14:39:43 +0100
commitf91e93fa40cf76a0d78c4f022ff94e554fd73032 (patch)
treef77c861ba98f890e6c4149e3cf1885d89ad62fb9 /lib/drmtest.h
parentc81d293aed94fea9c48899187016a1b28f8989d5 (diff)
lib: remove support for deprecated drm_open_any*() calls
Signed-off-by: Micah Fedke <micah.fedke@collabora.co.uk> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/drmtest.h')
-rw-r--r--lib/drmtest.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/drmtest.h b/lib/drmtest.h
index 96863682..bb504087 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -41,13 +41,6 @@
#define DRIVER_ANY 0x1
#define DRIVER_INTEL (0x1 << 1)
-/* provide the deprecated drm_open_any*() calls */
-#define drm_open_any() drm_open_driver(DRIVER_ANY)
-#define drm_open_any_master() drm_open_driver_master(DRIVER_ANY)
-#define drm_open_any_render() drm_open_driver_render(DRIVER_ANY)
-#define __drm_open_any() __drm_open_driver(DRIVER_ANY)
-
-
#ifdef ANDROID
#if (!(defined HAVE_MMAP64)) && (!(defined __x86_64__))
extern void* __mmap2(void *, size_t, int, int, int, off_t);