[Mesa-dev] [PATCH] egl/android: Declare droid_load_driver() static
Tapani Pälli
tapani.palli at intel.com
Thu Sep 13 04:47:50 UTC 2018
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
On 09/13/2018 02:14 AM, Kristian H. Kristensen wrote:
> Signed-off-by: Kristian H. Kristensen <hoegsberg at chromium.org>
> ---
> src/egl/drivers/dri2/platform_android.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
> index ecc0245c9a..00e62b067f 100644
> --- a/src/egl/drivers/dri2/platform_android.c
> +++ b/src/egl/drivers/dri2/platform_android.c
> @@ -1362,7 +1362,7 @@ static const __DRIextension *droid_image_loader_extensions[] = {
> NULL,
> };
>
> -EGLBoolean
> +static EGLBoolean
> droid_load_driver(_EGLDisplay *disp)
> {
> struct dri2_egl_display *dri2_dpy = disp->DriverData;
>
More information about the mesa-dev
mailing list