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>
This commit is contained in:
Micah Fedke 2015-07-22 20:32:06 +00:00 committed by Thomas Wood
parent c81d293aed
commit f91e93fa40

View File

@ -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);