summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
diff options
context:
space:
mode:
authorKristian H. Kristensen <[email protected]>2018-09-12 11:38:22 -0700
committerKristian H. Kristensen <[email protected]>2018-09-13 11:12:35 -0700
commitaaafae4f55a4b2cf5ddc59ad026f337cae524c8b (patch)
tree631da950a412881649d6862ecdb5ec00fb71360d /src/egl/drivers
parentd4bf954fe61ec231be2bfa5e059f0fb7f6150bd1 (diff)
egl/android: Declare droid_load_driver() static
Reviewed-by: Tapani Pälli <[email protected]> Signed-off-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/egl/drivers')
-rw-r--r--src/egl/drivers/dri2/platform_android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index ecc0245c9a2..00e62b067fd 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;