From 6339a7417b64cd52e6693324752a7f024fe920dd Mon Sep 17 00:00:00 2001 From: VincentWei Date: Mon, 2 Dec 2019 14:31:48 +0800 Subject: [PATCH] __dri_ex_driver_get to __drm_ex_driver_get --- include/exstubs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exstubs.h b/include/exstubs.h index 9492c31f..d9924a7e 100644 --- a/include/exstubs.h +++ b/include/exstubs.h @@ -309,7 +309,7 @@ typedef struct _DrmDriverOps { } DrmDriverOps; /** Implement this stub to return the DRI driver operations */ -DrmDriverOps* __dri_ex_driver_get (const char* driver_name, int device_fd); +DrmDriverOps* __drm_ex_driver_get (const char* driver_name, int device_fd); /** @} end of external_stubs_dri */